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.
I have a workspace for an Animal Shelter I'm working with. We have 3 boards
I have setup a few automatons to add any card with a particular adoption day label in the Animals and Volunteers to that specific adoption day card. This basically means that the linked cards (volunteers and animals) are going to be at the adoption day.
To make this easier to manage I want to add all the Animal cards linked to a checklist. I have tried using the {attachmentlink} and the {attachmentname} variables, but they don't seem to work. Please advise if there is a variable to manage the Trello Attachments linked on a card.
Hi Ayesha,
I think I understand what you are looking for, to get a card linked into a checklist you can use the automation function for "Collect all cards with [your specific conditions] into linked items in checklist..."
You can find this at the bottom of the Cascade section of the automation.
If you are using variables you want to use "triggercardlink" and "foundcardlink" variables.
As an example you could do, "on the day a card is due lookup the card named "example1" and add the item {foundcardlink} to checklist "[checklistname]
Thanks for the prompt response. We are halfway there, basically the issue now is that with the two variables you mentioned, it's adding all of the cards on that board as link to the checklist. I only want the linked card to be added as a checklist.
So if I label Noodle the Golden Doodle dog from the Shelter Residents board with the specific adoption day then:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Dreamsuite Mike - THANK YOU SO MUCH --- it worked. I ended up making this rule
when any label is added to a card, find a card titled "{labelname}" on board "Adoption Days", and add item "{triggercardlink}" to checklist "Pets and Transport List"
Thank you also for introducing me to the trigger and found variable additions as that enabled me to resolve a lot of my other blockers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just caught up with this. I'm glad you managed to figure it out 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The rule that links the cards together (which is triggered by applying a label), just has to add itself to the target (adoption day) card's checklist.
You first jump to the adoption day card (using Find by link or by card name), then you add a checklist item {triggercardlink} to the "Pets and Transport List" checklist. That should solve your problem.
Also, if you have cards linked in attachments. There is a Cascade Rule "For each card linked in the attachments". But that jumps you to each of the linked cards to do something. Which isn't exactly what you want, so modifying the rule that's currently linking your cards together (the above) is a much easier way.
EDIT: woop, seems like you figured it out just before I hit send lol
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.