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 "3" or "latest" |
The query returns the worklogs that belong to the specified interval. The query considers the startdate start date value of the worklog.
The GET parameter of the JQL worklogs query is a JSON: filterConditionJson
The available keys of the parameter filterConditionJson:
parameter
value
optional
descriptionworklogEndDate
issueAffectedVersions string list true The affected version of a JIRA issue. issueAssignees string list true The assignee of a JIRA issue, specifying with the assignee's user key. issueComponents string list true The related component name of a JIRA issue. issueFixedVersions string list true The fix version of a JIRA issue. issueKeys string list true The key parameter of a JIRA issue. Unless it is defined, all issues are queried. issueStatusNames string list true The status name of a JIRA issue. issueTypeNames string list true The type name of a JIRA issue. limit long true The number of results returned. offset long true The first entry to return from the results. projectKeys string list true The key parameter of a JIRA project. Unless it is defined, all projects are queried.
end
until
until
end
23
59
59
.
worklogStartDate
start
from
from
beginning
00
00
00)
Components are sub-sections of a project. 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 | false | A valid JQL expression to query related issues. An empty attribute will return all issues or nothing, based on the Jira configuration. |