Sprint transition

Adolf December 22, 2024

Hello community! 

When user transit one sprint to another, how to mark this transition in Jira to see that sprint was changed to the next, and how to add it on a Jira Board? 

I want to see on the board of the project that sprint was changed (or transited) to the next sprint.

1 answer

0 votes
Humashankar VJ
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.
December 22, 2024

Hi @Adolf 

To track issues that have moved between sprints, you can use JQL

project = "YourProject" AND sprint IN closedSprints() AND (sprint IN openSprints() OR sprint IN futureSprints())

Else you can make use of Sprint Burndown chart.

Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards

Suggest an answer

Log in or Sign up to answer