I'm going to call the card with the checklist Card A, and the linked card as Card B.
If you want it so that when Card B is archived, to remove its link from the checklist in Card A. It helps a lot if you already know which card is Card A. So if Card B was a linked item, with an attachment on it, all you'd have to do would be:
When Card B is archived, For each card linked in the attachments, Remove item {triggercardlink} from checklist ChecklistName.
If you only know that it'd be in a certain List (or some other filter-able condition), you'd have to Collect all of the cards in that list in to a temporary checklist as links (not linked items!), then For each card linked from an item, try removing the triggercardlink like above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Let me rephrase your question to make sure I understand: You want to create a rule in Trello that runs when you archive any card. If the card you are archiving contains a link to another card, archive that card too.
For example:
Is that right?
If so, you can create a Butler rule to do this like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its a niche issue, but you might want to add a Archiving label before the Archive the card command, then remove it afterwards. And make the Trigger only check for When a card is archived without a Archiving label.
As it'll be self-recursive otherwise. Either chaining through all the child attachments at worst, or just triggering (to no effect) an extra time for each attachment, which will eat in to command runs. Even if nothing happens, in my experience recursion can lag out the command for a bit while Butler tries to figure out wth you've done :P
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Felix, my question is a bit different. I don't have two cards but I have only one card and a link in the checklist of a different card. What I want is that when I archive the card, the link in the checklist also disappears.
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.