Allow JIRA's built-in JQL date functions as parameters in workedIssues()

Issue #780 wontfix
Ignacio Pulgar Martín created an issue

It would be great that the function workedIssues() could accept JIRA's built-in JQL date functions as valid parameters.

In example:

key in workedIssues(startOfMonth(-1), endOfMonth(-1), "jira-users")

Comments (1)

  1. Andriy Zhdanov

    Hi Ignacio,

    This is from Timesheet Reports and Gadgets add-on that is being removed from JIRA Cloud.

    In JIRA Cloud you can use native worklogDate and workogAuthor JQL clauses instead.

    Note, it's still not documented: https://jira.atlassian.com/browse/JRA-44902

    Though you may see https://answers.atlassian.com/questions/191228/jql-on-work-logged for some help, and worklogAuthor supports membersOf condition.

    And for JIRA Server, it's not possible to do nested functions in JQL.

    Thank you.

  2. Log in to comment