Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get sprint changelog with Jira Python API?

Stanislav Dobryakov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 3, 2018

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!

1 answer

0 votes
Gonchik Tsymzhitov
Community Champion
April 11, 2019

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

Richard Navarro September 12, 2019

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

Like Anna Czaja likes this

Suggest an answer

Log in or Sign up to answer