The JQL worklog query can be accessed from the link below: JIRA-URL/rest/jttp-rest/REST-API-VERSION/worklog-query/jql
Note |
---|
REST-API-VERSION after version 4.3.0 is "4" or "latest" |
The query returns the worklogs that belong to the specified interval. The query considers the start date value of the worklog.
The GET parameters of the JQL worklogs query:
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. |
customFieldsFilter | number list | true | The id-s of the custom fields you would like to be returned in the response. If not provided all custom fields will be returned. |