Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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
Parameter
value
Value
optional
Optional
descriptionworklogEndDate
Description
groupUsersstring listtrueA JIRA group or list of user names whose worklogs are to be listed. The default value is all users.
issueAffectedVersionsstring listtrueThe affected version of a JIRA issue.issueAssigneesstring listtrueThe assignee of a JIRA issue, specifying with the assignee's user key.issueComponentsstring listtrueThe related component name of a JIRA issue.issueFixedVersionsstring listtrueThe fix version of a JIRA issue.issueKeysstring listtrueThe key parameter of a JIRA issue. Unless it is defined, all issues are queried.issueStatusNamesstring listtrueThe status name of a JIRA issue.issueTypeNamesstring listtrueThe type name of a JIRA issue.limitlongtrueThe number of results returned.offsetlongtrueThe first entry to return from the results.projectKeysstring listtrueThe key parameter of a JIRA project. Unless it is defined, all projects are queried.
worklogStartDate"YYYY-MM-DD"falseThe
end
start date
until
from which the worklogs can be viewed. The query is run
until
from the
end
beginning of the given day (
23
00:
59
00:
59
00)
.
worklogStartDate
worklogEndDate"YYYY-MM-DD"falseThe
start
end date
from
until which the worklogs can be viewed. The query is run
from
until the
beginning
end of the given day (
00
23:
00
59:
00)
Components are sub-sections of a project
59).
jqlstringfalseA valid JQL expression to query related issues. An empty attribute will return all issues or nothing, based on the Jira configuration.