This is possible using JQL. This will give you all issues that belong to any open sprint and also was associated to any previously closed sprint. This will mean that a ticket was slipped into a new sprint as well. Add other filters as needed.
project = "SYD" AND Sprint in openSprints() AND Sprint in closedSprints()
In my scenario. both the sprints are closed. How should I proceed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.