Get time tracking with REST

Braulio Blanco Lambruschini September 22, 2017

How can I get the detailed issues with the registered time with REST? How I can access to timetracker with REST? 

2 answers

2 votes
christos June 1, 2020

In hope to help future requests like this, it is very straight forward from this -> https://developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2-issue-issueIdOrKey-worklog-get

 

just follow the provided examples and loop over all users in the structure response of the API

Nilupa Rupasinghe October 19, 2020

@christos , your answer is helpful. Thanks.

1 vote
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 22, 2017

Have a look at the REST API documentation, this one is for JIRA server: https://docs.atlassian.com/jira/REST/server/#api/2/issue-getIssueWorklog

You may also want to checkout the the Developer Community

Here is an article describing the difference between the two communities, https://community.atlassian.com/t5/Feedback-Forum-articles/The-Atlassian-Developer-Community/ba-p/459061

Suggest an answer

Log in or Sign up to answer