Hi
If I want to count the number of times the assignee changed the time estimation field in his tickets. there is any way to view this data?
Thanks,
Tal
Hi @Tal Sherf
Use the GET Issue API, you will have a history of updated worklog
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-get
Thanks,Pramodh
You can try REST API or other solutions described in this article:
How to export issue history from Jira?
With the Issue History app developed by my team, you can see a general picture if the original estimate was updated.
It looks like you're new here. Sign in or register to get started.