I'm trying to create a board button that will:
Create a new list in my 'Deployed' board with the title of my sprint (which is weeknumber / 2)
Take all the tickets in Done and move it to that new board
Any help on how I can do this?
Hello Josh! Welcome to the community!
You can try to create a board button with 2 actions. For that, you need that your new board is already created.
1st action: create a new list (name01) on board (new board name)
2nd action: move all cards in the list (name) on board (old board) to list (name01)
Here is an example:
There's some additional info here about board buttons: check: https://support.atlassian.com/trello/docs/creating-and-managing-butler-commands/#:~:text=the%20Butler%20directory.-,Board%20Buttons,-Board%20Buttons%20are
Hope that can help you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.