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 have a problem with creating the automation via Butler button.
My goal is from main "mother-card" via checklist on it to create a butler, which when triggered, creates the card with name of the mother-card (main project card) and at the same time name of the item in checklist.
My button currently sounds:
convert all the incomplete items in checklist "Campaign Planning" into linked cards in list "Task Backlog" using pattern "[{triggercardname} - {checklistitename}] ({cardlink})" copying labels
Unfortunately only the item name appears on the newly created card. The triggercardname is renamed on the checklist within the mothercard, but doesnt appear on a new card.
Does anybody know how to solve this?
Thank you!
Hi @Tereza Černá ! Welcome to the community :) The "using pattern" part of your rule will only be applied to the checklist item. If you're wanting to pre-fix the card name with the trigger card name, your rule could look something like this:
when an item is added to a checklist, convert the item to a linked card copying labels, and rename the card to "{triggercardname} - {cardname}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.