Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get time tracking with REST

Braulio Blanco Lambruschini
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Champion
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