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.
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.