Hi guys,
I need to get the history of changes for all sprints in project. For example, I want to know if the end date (or start date) was rescheduled.
Is there any possible way of doing this?
Thank you!
Hi!
You can do it by iterations through all issue history changelog https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L292
Cheers,
Gonchik Tsymzhitov
This *should* be unnecessary.
The burndown chart has a report underneath indicating every single scope change. If there was a single api call to retrieve this information, that would solve this problem. Instead, we have to make hundreds of calls, filter the information, then tally up all the daily story points... all to replicate a report that Jira already gives us (but not through the api)...
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.