Forums

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

Finding the sprints that an issue has moved

Abin Joy July 5, 2020

Is there a query that I can use to find all issues in a filter that has moved multiple sprints,

Say Issue A has moved from Sprint 1 to sprint 2 and then to sprint 3

Is there a way that I can all such issues in. that filter?

2 answers

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 6, 2020

Hi @Abin Joy -- Welcome to the Atlassian community!

Using the search that @Sivarama Krishna K suggested showing the Sprint field, you can narrow the list by only looking at issues which have be in closed sprints:

project = myProject
AND sprint IN closedSprints()
ORDER BY Key

And, when you want to see items in previous and the current sprint, you can use:

project = myProject
AND sprint IN closedSprints()
AND sprint IN openSprints()
ORDER BY Key

 

Best regards,

Bill

0 votes
Sivarama Krishna K
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 5, 2020

In every sprint, you can find the issue which is moved.

Even if you try search issues, and JQL as sprint = "Sprint 1", you will get list.

 

Add a column of Sprints to see the sprints it belongs

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events