Document toolboxDocument toolbox

Total Logged query

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

REST-API-VERSION after version 4.3.0 is "4" or "latest"

The query returns the sum of the time spent seconds of the worklogs that belong to the specified interval. The query considers the start date value of the worklog.

 

The GET parameters of the Total Logged query:

Parameter

Value

Optional

Description

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.

  • groupUsers=users:JIRAUSER10000

  • groupUsers=group:jira-administrators

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

true

A valid JQL expression to query related issues. An empty attribute will return all issues or nothing, based on the Jira configuration.