Total Logged query example
Â
JIRA_URL/rest/jttp-rest/latest/worklog-query/totalLoggedQuery?groupUsers=users:JIRAUSER10000&groupUsers=users:JIRAUSER10001&worklogStartDate=2017-11-24&worklogEndDate=2017-12-16&jql=Project=Project
Â
JIRA_URL/rest/jttp-rest/latest/worklog-query/totalLoggedQuery?groupUsers=group:jira-administrators&groupUsers=users:JIRAUSER10000&worklogStartDate=2017-11-24&worklogEndDate=2017-12-16&jql=Project=Project
It returns the sum of the worklog seconds created by the specified users or groups between 2017.11.24 and 2017.12.16Â and based on the provided JQL expression according to the permissions of the user running the query.
A possible response:
{
"totalLogged": 90480
}
Â