Bulk action to move a bunch of tickets from one sprint to another (same project)
Hi everyone,
Does anyone know if such a bulk action exists?
Also, how would a command for moving (all) tickets between sprints from the board filter view look like?
Thanks in advance.
Please sign in to leave a comment.
Hi Nadia! Normally, it's easier to use the option to add unresolved issues in the sprint creation window—this way, you won't need to make any separate action to move unfinished tasks to the next sprint.
You can also multi-select cards on the board with CMD/CTRL+click and use the “Move to next sprint” button below.
Another option is finding these tasks on the Issues page with a query like so:
Board Board-Name: {Sprint-Name} #Unresolved
. After getting these issues, you can select them all and apply a command: Board Board-Name New-Sprint-Name . This may be easier if you have quite a lot of cards on the board.Thank you, Stanislav! It worked!