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
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.
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.
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.
Export all issues with their "repeating" change histories to Excel (sample):
Use the standard Excel filter feature to narrow down your sheet:
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!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
This is not possible, but you have a workaround in this request : [JRACLOUD-75868] JQL search for issues added and removed from a sprint - Create and track feature requests for Atlassian products.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No there is no way I'm aware of using JQL nor API.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.