In the Jira Rest Api, it is easy to keep track of logged work with the worklog (rest/api/2/issue/{issueIdOrKey}/worklog.
However, this just gives the time spent. Sometimes, the Remaining Estimate is changed independently from the time spent. Is there any way to get Remaining Estimate changes via Rest? (or via anything else, where I can get collect data automatically)
You will have to get it from changelog. Try the following and extract it from the output.
/rest/api/2/issue/issue_key?expand=changelog
/rest/api/2/issue/issue_key?fields=timetracking returns the info directly (both in seconds and readable)
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.