Is there any API to get the logged work hours of each team member, along with its work description (i.e. what the team member is doing during that logged work hours)?
In Worklogs - Time Reports for Jira plugin there is no additional API, it's based on the Jira Cloud REST API.
The Jira Cloud REST API allows to get worklogs for issues:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302#api-rest-api-3-issue-issueIdOrKey-worklog-get
https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302#api-rest-api-3-worklog-list-post
In Worklogs - Time Reports for Jira plugin the work description is displayed in details popup:
https://soldevelo.atlassian.net/servicedesk/customer/portal/2/article/1478492192
Best,
Piotr
Just want to add that you can retrieve the XLS report that Worklogs expose programatically by adding &exportXLSX=true to the URL you use to access Worklogs.
Regards,
Paweł
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.