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.
Is there a way to copy data that is entered in a custom field, onto a linked card?
For example, I have a card that goes to a list called, “Materials.”
When it enters that list, a copy of the card is sent/linked to another list on that same board called, “Machine.”
How do I get the data that is entered in the original card in the "materials" list custom fields to carry over to the linked card sitting in the "Machine" list, so the changes made are reflected?
Hi @Lynne ! When the card copies over, the custom field data should also copy. If the custom field is being populated after the card is copied, you can use butler automation to copy over the custom field value to the linked card.
For example:
when custom field "Priority" is set, for each card linked in the attachments, set custom field "Priority" to {customfieldvalue}
Excellent! Thank you!
Do you have a list of the commands? Such as the one you just provided. That would be such a great resource to have.
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.
@Hannah Morgan - my requirement is slightly different.
there are checklist item specific automations creating sub(child) cards at different stages of Parent card workflow.
IE - Stage 1 > Create Child Card 1
Parent card got bunch of custom fields which needs to copied to each child card.
set custom field "CLIENT E-MAIL" to parentcard's"{{%CLIENT E-MAIL}}"
this parentcard's bit is what i'm struggling with :/
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.