Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »


The JQL worklog query can be accessed from the link below: JIRA-URL/rest/jttp-rest/REST-API-VERSION/worklog-query/jql

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 parameter of the JQL worklogs query is a JSON: filterConditionJson

The available keys of the parameter filterConditionJson:

ParameterValueOptionalDescription
groupUsersstring listtrue

A JIRA group or list of user names whose worklogs are to be listed. The default value is all users.

  • "groupUsers":["groups:jira-administrators"]
  • "groupUsers":["users:testUser"]
worklogStartDate"YYYY-MM-DD"falseThe 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"falseThe end date until which the worklogs can be viewed. The query is run until the end of the given day (23:59:59).
jqlstringfalseA valid JQL expression to query related issues. An empty attribute will return all issues or nothing, based on the Jira configuration.



  • No labels