...
Parameter | Value | Optional | Description |
---|---|---|---|
groupUsers | string list | true | A JIRA group or list of user names whose worklogs are to be listed. The default value is all users.
|
worklogStartDate | "YYYY-MM-DD" | false | The start date from which the worklogs can be viewed. The query is run from the beginning of the given day (00:00:00) |
worklogEndDate | "YYYY-MM-DD" | false | The end date until which the worklogs can be viewed. The query is run until the end of the given day (23:59:59). |
jql | string | falsetrue | A valid JQL expression to query related issues. An empty attribute will return all issues or nothing, based on the Jira configuration. |
...