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.
Hi Jira-Community!
how can I create a new sprint for more than just one board? As of now I am going into every board in my project and create a new sprint. The issue with this approach is that if I am looking for stories in the new sprint I have created, there are coming up all of the separate created sprints. However I just need to have only one new sprint for more than one board.
Any solution?
Hello Sally,
Sprints are not restricted to boards or projects, so in order to display a sprint in your current board, you just need to add one of the issues returned by that board filter with the Sprint. Let me give you an example:
- You have a board called abc with the following filter under board settings:
project =abc order by RANK
- You have a Sprint (Sprint 1) configured in a board called def with a different filter:
project = def order by RANK
In order to display Sprint 1 in the abc board, you just need to navigate to any issue of the abc project and add it to the Sprint 1.
Once you do it, the Sprint will start displaying in that board with the issue you added.
P.S: The Sprint 1 will display only the issues that are returned by the board filter. if you want it to display the issues from all the projects/boards you want, add the following to your board filter:
project =abc and sprint = "Sprint 1" order by RANK
Let me know if this information helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.