Hi All,
I am looking to get the future sprint tickets, and the current sprint tickets in ToDo status in a sandbox environment where I can arrange the tickets in an order to define which the tickets should be actioned first in the following sprint.
When the current sprint ends, I should be able to start this sprint where I have already re-arranged the priorities.
If you have any suggestions to better plan the future sprint with potential carry over tickets, please let me know, it'd be v useful.
Many Thanks,
Karthika
Hello @Karthika Murugesan
You could create a filter to retrieve those issues. The base of the filter would be the same was what you use for your current board. You would need to add to that:
AND ((sprint in openSprints() and status="To Do") or (sprint in futureSprints())
You could use this new filter to create a Kanban board.
You could map all statuses to one column on the Kanban board.
You could then drag and drop to rank the issues. That prioritization would be immediately reflected in the other board(s) (your original Scrum board) where the issues are displayed.
Note that ranking is global and immediate so this activity would affect the ranking in all boards where those issues appear.
Great, thanks for this Trudy, I will give this a try close to the end of this sprint.
Much appreciated,
Karthika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy, this makes sprint planning with the potential carry over tickets a lot easier, thanks very much again.
Karthika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.