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.
Hi,
I'm trying to create an automation that will search for any cards left in a specific list upon a "parent" card's completion. I've tweaked this a couple times but have been trying some variation of this:
when a card with the black "Complete" label is moved out of the board, for each checklist item, find a card titled "{checklistitemname}" in list "Subtasks", and archive the card
It hasn't worked so far but I'm not 100% sure why. Does "for each checklist item"work this way? Should that variable work for the card name? (The card is linked so I don't know if that affects the name...)
Would appreciate any insight. Thanks!
Answering myself! I had to change
find a card titled "{checklistitemname}" in list "Subtasks"
to
find a card with link "{checklistitemname}"
Hope this helps anyone searching later like I was haha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.