You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Has anyone found a good method for copying a list or all cards from a list to the same named list on another board? I am trying to update sub-group boards with content from a managing board. This would be easy to do by archiving the list and copying the list from a Board button trigger but I would like to do this off a different kind of trigger if possible (such as with a rule).
With butler it is very frustrating to only have access to certain categories of function by automation method. For example not being able to use cascade off any buttons and not being able to manipulate lists outside of Board buttons and schedules.
I managed to copy the cards by using a cascade checklist collection and then iterative find and copy but the way Trello runs there is no guarantee the cards appear in order. The cards would need some kind of formatting scheme so I could trigger a sort after all the cards are in place.
If you want Cascade off of a Button, then you can use Card Buttons instead. Just have it Find a fixed card that it always operates off of or something.
If you want List operations like Copy List from a regular Rule, its a bit harder.. technically you could use Scheduled rules and have it attempt to Find a non-existent card (that it then attempts to copy) before then doing Copy List etc. If the card doesn't exist, the command ends early. You then have a Butler rule that creates the specific card, which allows the Copy List rule to run at the Scheduled time.
Drawback is that every time it doesn't Copy List, you end up with a notification telling you the automation failed. Also that you need a clean-up rule. To get rid of both the triggering and copied cards, likely triggering off of the copied card being created.
Alas, Copy List seems to be the only way to maintain the order of a list (if that is important to you), due to how Butler executes its commands. Both Cascade operations and even Board operations like Move Each Card in List will mess up the ordering.
That said, if you would be happy with a set of rules, and the only problem being they'd interfere with each other. You can get around that by prodigious use of Filters, whether by label or list, to ensure that your rules only trigger if X card has a yellow label, or is in Y list, etc.
Thank you, I had not considered the though of creating what is affectively a polling cycle using scheduled rules. That does seem a bit awkward though as you noted with the errors and clean-up card steps.
For now I think just relying on the user is the most appropriate path for my current automation implementation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Instead of copying the entire list, could you actually have an automation that copies and links the card when it is added to the list. It would look like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately that would trigger off other rules. I have another weekly process that updates a subset of the cards. This would create out of order duplicates on the other board.
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.