Hi All,
Can anyone tell me how I can get the Work log started Date using API because I am currently extracting only the created date, the updated date, and the resolution date, but I want to do the calculation based on the start of the Work log to use this field in my Power BI Model. I want to this automate not to manual export excel from Team Reports in Jira.
Thanks in Advance!!
Regards,
Umesh Bhatt
Hi @Umesh Bhatt
This endpoint https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs/#api-rest-api-3-issue-issueidorkey-worklog-id-get will get you the started date of the worklog:
GET /rest/api/3/issue/{issueIdOrKey}/worklog/{id}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's awesome! Kindly mark my answer as accepted in order to help other find proper solutions to similar questions. Thank you!
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.