When a sprint is completed, some stories may not be done and will get carried over to the next sprint. When those stories get finished in a new sprint, it will show as done in both sprints in both the Jira issue search and Jira custom dashboards. how can I only show the active sprint for those stories carried over?
Hi @Evan Hum
Welcome to the community.
It looks like the sprint field of those stories are carrying multiple values/sprint IDs. Is this something you can confirm?
As long as you remove all Stories that were not completed before closing the Sprint they will not keep the old values. The only time they will carry the value forward is if the Sprint is closed and they are moved (either to the backlog or the next Sprint).
Here’s another community post that might provide more insight into the nature and implications of your use-case.
Best,
Hamza
Hi @Evan Hum -- Welcome to the Atlassian Community!
I do not believe that is possible, due to the Sprint field's behavior of preserving the list of all sprints to which an issue was assigned. Fortunately the built-in reports are accurate when showing when items finished.
A couple of possible work-arounds for what you are describing would be:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To do this with an automation rule, first you need to add a custom field to capture the "Sprint Completed". If you have a team-managed project, the project admin can add the field. If instead you have a company-managed project, discuss adding the field with your Jira site admin.
For the rule itself, this would do it:
To get you started and learn more about automation rules, please look here:
https://www.atlassian.com/software/jira/guides/expand-jira/automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That should work for Server/Data Center or Cloud.
In that rule you are showing, {{sprint.name}} will be the name of the sprint which completed and {{sprint.id}} will be the identifier.
What do you see in the audit log details when the rule runs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Evan Hum and welcome to the Community!
Taking a pretty binary stand on this, an issue will not show as done in multiple sprints. It will just show as done. (period)
If you search in Jira and/or display search results on a dashboard, you are always looking at the current state of your issues, status being an important element of that state. So if your issue status is Done and you search for it now, that is the status you will see, even though the issue has been in multiple sprints. That is interesting and true information as well.
If you want to know exactly in what sprint the issue was closed or not, you can see that through the sprint report for the sprints you see listed on the issue.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.