Get issues removed from sprints

I’d like to be able to retrieve all of the issues removed from a sprint. This was supported in the greenhopper API, but from my understanding, this API isn’t usable with Atlassian Connect. I could brute force it by calling /rest/agile/1.0/board/{boardid}/issue?expand=changelog and looking at the changelog and comparing each issue to the sprint it was eventually placed in. This seems less than ideal and could end up taking a ton of time if the board has a sizable amount of issues.

Any other ideas/suggestions on how to find the issues that were removed from a sprint?

3 Likes

I am looking for the same thing. I need this to get some statistics from previous sprints (basically I need to recreate a burndown chart with some derived stats). Nothing in the Jira API or Jira Software API allows me to get the issues removed from a sprint.

So, in the last 4 years (since the original post) did anyone come up with a solution?