I would like to access the data in timesheets using a REST api. How to do that?
Hi,
The API in https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs/#api-rest-api-3-issue-issueidorkey-worklog-get could be helpful for you to retrieve the time logged under issues.
Regards,
Vicknesh [ServiceRocket]
You can fetch Jira tickets fields using the rest API below
https://your-site.atlassian.net/rest/api/3/issue/{issueKey}
you can check if there is any field that's storing timesheets data, but if not most likely it might not be possible , if it's a plugin they could be using some other storage means .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.