Hi all,
Help needed please! I need to set up a command that when a card in one board (board A) is added to a list in that board that it creates a new list in another board (board B) with the same title of the card and copies the card to the new list.
Appreciate your comments.
Thanks
K
Are you using Jira or Trello? Based on your terminology, it sounds more like Trello. Butler is the native automation tool in Trello, but I don't think there is an action that would allow you to create a new list in the destination board.
Zapier should be the way to go. I've worked with clients and have created automation that creates a new board when a card is created and uses the card title as the board name. So I'm sure there is an action around there that says "create a list and name it based on the title of the card".
Zapier should also be able to copy the card as well as a secondary action. Would you want t complete copy, or should it be synced in some way so if a change happens on one card, the other card gets updated?
@K Walters ah, yes, I had another look and you're right - it can be achieved through Butler with the below statement:
when a card is added to list "X", copy the card to the bottom of list "{triggercardname}" on board "Board B"
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.
Hello K,
I am making a guess and what your question is --
You have an issue on one board, and want to see the same issue on a second board, or have it move to a new board once it's transitioned into a specific stage.
You can accomplish both by creating custom JQL for each the second board that and shows the same issues -- the problem with this is they will share status on each issue and transition through the same stages on the second board.
Ideally, it sounds like you'd benefit from Jira Automation and allow for the Issues transitioned into a specific status would be transitioned into a secondary board, for example a Development Board vs a Quality Assurance board, and once the Development Board reaches the testing column, the issue would be created in the To Do column on the Quality Assurance board, and once the issue is transitioned to done on the Quality Assurance board, it would be moved to External Review or Done on the development board.
You can try the following Automation addon and test it out to see if it fits your specific use case scenerio: https://www.atlassian.com/software/jira/features/automation
Hopefully that gives some insight into solving your problem and helps you find a working solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.