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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.