How can I get the detailed issues with the registered time with REST? How I can access to timetracker with REST?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.