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.
My automation is:
When a card is moved to Done
Create a new card with Title "MY NEW TITLE {{%customfieldvalue}} in list ToDo.
It works, but the new card don't have a custom field with any value, like the original card have.
I tryed to create a new action to set a custom field with the {{%customfieldvalue}}, but at this time the {{%customfieldvalue}} is empty. I think that is because the action ("create a new card") executed before created a card with an empty custom field.
I would like to create a new card with the same value of the custom field of the card that is moved to Done list.
Where is the custom fiel options?
I think you should be using {{%CF_Name}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
without trying the code in Trello, your challenge will be in trying to set the CF on the new card with the custom field from the trigger card. For this reason, I have this created
https://github.com/xu2xulim/Superhero/blob/master/Superhero%20on%20deta/Micros/Custom%20Fields.md
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when a card with a name starting with "Original cartd:" is moved into list "Done 🎉", post to url "https://jviwoq.deta.dev/get_customfields?api_key=44...&token=2f92..." with payload "{\"card_id\" : \"{cardidlong}\"}", create a new card with title "Created: {httpresponse.FilmTitle}" in list "To Do", and set custom field "FilmTitle" to "{httpresponse.FilmTitle}"
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.