I want to create a new board let's call it "board2" and want it to have different sprint names and durations than the main board "board1". I noticed when I go and create a sprint in the board2 it shows up in board1 and vice versa but when I move stories from backlog of board2 to a sprint in that board, the timeline in board2 is reflected correctly but not reflected in board1.
What I want to get to is to have board1===> show current 2 weeks sprint + the backlog
Board 2=====> show Q1 sprint (Jan- March)
show Q2 sprint (Apr - Jun)
Hello @Khaled Sherif
Welcome to the Atlassian community.
A Scrum board will show all information relevant to the issues that are within the scope of the board.
A sprint displays in a scrum board when either of the following conditions are met:
1. The sprint was created in the board.
2. There is an issue assigned to the sprint that is within the scope of the board's filter.
If your two board use the same filter for issues, or if the filters overlap in the selection of issues, and issue ABC-1 is displayed in both boards, then if the issue ABC-1 is assigned to a sprint in board1 then that same sprint will display in board2.
This is by design because an issue can be assigned to only one Active or Planned sprint at a time across the entire Jira instance. So your board will show any Active or Planned sprint to which any issue within that board has been assigned, even if the sprint was created in a different board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.