Forums

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

How to find issues that were removed from a sprint?

Dharmender Yadav May 26, 2025

Hi everyone,

I'm trying to identify issues that were removed from a sprint after the sprint started. From what I know, the Sprint field doesn't support historical operators like CHANGED, which makes this tricky.

So far, I’ve considered these approaches:

1. Brute force approach 

  1. Get all issues not currently in the sprint
  2. Loop through their change-logs to check if they were ever part of that sprint and then removed

2. Updated issues within sprint window

Use something like:

JQL : updated >= "2025-05-24" AND updated <= "2025-05-27"

And then inspect these issues to check if they had a sprint removal event

Does anyone know of a better or cleaner way to find issues that were removed from a specific sprint? Better if we can find a way via JQL or Jira REST API.

5 answers

1 vote
Natalia_Kovalchuk_SaaSJet_
Atlassian Partner
May 29, 2025

Hi @Dharmender Yadav !

Issue History for Jira app from my team may be able to help you with this. It tracks changes over time and can show when issues were added to or removed from a sprint, including after the sprint has begun. Also, it helps to see the issues where the sprint was changed.

sprint.png

Additionally, the app offers filtering and export options, which are useful for reviewing or examining changes in sprint scope during retrospectives.

I hope it can help you with your task of identifying issues that were removed from a sprint. 

0 votes
Aron Gombas _Midori_
Community Champion
May 26, 2025

Export all issues with their "repeating" change histories to Excel (sample):

jira-excel-export-issues-selected-fields-with-repeating-change-history.png

Use the standard Excel filter feature to narrow down your sheet:

  1. to given time period
  2. to the "Sprint" field
  3. to a non-empty old value
  4. and an empty new value

This sheet was created with the Better Excel Exporter app.

(Discl. this paid and supported app is developed by our team. Free for 10 users!)

0 votes
Mohamed Benziane
Community Champion
May 26, 2025
0 votes
Florian Bonniec
Community Champion
May 26, 2025

Hi @Dharmender Yadav 

 

You have the Report available for this if you know the Sprint Report that displayed the work item removed from the Sprint.

https://support.atlassian.com/jira-software-cloud/docs/view-and-understand-the-sprint-report/

Regards

Dharmender Yadav May 26, 2025

Hello @Florian Bonniec Thank you for your response. 

Is there any way to get the sprint report related data via JIRA API's or JQL ? I am specifically interested in knowing the removed issues from the sprint scope.

Thanks

Florian Bonniec
Community Champion
May 26, 2025

No there is no way I'm aware of using JQL nor API.

Regards

0 votes
Karan Sachdev
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 26, 2025

Hey @Dharmender Yadav

Welcome to Atlassian Community!

You can review the Sprint report to get this info. Select Reports from the left menu in your board and go to Sprint Report.

Select the required sprint from the drop-down. The issues completed, not completed (moved to next sprint or backlog) and removed from the sprint are listed in the report.

Example:

2025-05-26_18-03-58.png

Dharmender Yadav May 26, 2025

Hello  @Karan Sachdev Thank you for your response. 

Is there any way to get the sprint report related data via JIRA API's or JQL ? I am specifically interested in knowing the removed issues from the sprint scope.

Thanks

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events