You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
The issue : . I cannot change one team’s sprint name without affecting the other.
Cause:- This is happening because both team’s scrum board share the same sprint(sprint = 173XXX). Although sprints are global and can appear on any scrum board based on filter, But specifically this scenario happened because of one of the reasons:-
Resolution: I will not delete my current sprint because it might delete their ( CM-Avenges) sprint as well. Instead for future I will recommend that not to tag tasks/user story’s with two “IT Team” names but we should use “labels” so that each team board has their own unique sprint and not a shared one.
Have you faced similar scenario? if so please share another cause and resolution.
Hi,
The premise here is that you have two different sprints and that changing the name of one of them is somehow changing the name of the other. That premise is actually incorrect. This is technically the same sprint that is appearing in more than one board.
Sprints in Jira Software/Agile are not limited to only appearing in a single project or a single board. They are designed to potentially be visible across projects in Jira. But this is a very common point that confuses many users. Many times users only see a specific sprint on a single board. That tends to be because by default board filters default to a format such as
project=ABC ORDER BY Rank Asc
or some such. It is this board filter that limits what issues appear on the board.
In turn, a sprint will only appear on the board it was created on OR if it contains at least one issue that would appear on another board, then the sprint can also appear on that board.
We also document this behavior and ways to adjust where you see such sprints in the KB Sprints appearing on multiple boards in Jira server.
I hope this helps to clarify a bit more.
Andy