You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
When I archive a card and this card has an item link in a different card I would like that this item als automatically will be archived. Is there a possibility?
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:
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Community! My name is Brittany Joiner and I am a Trello enthusiast and Atlassian Community Leader. I'll be sharing with you a series of videos with my top tips on how to best use Trello...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.