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
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.