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 want to set up automation to copy the Tempo 'Team' field value into the child tasks of an epic but the Tempo 'Team' field is not available in the automation so it needs to be done via advanced field settings in JSON and I need an example of how you use that to copy from the epic 'Team' field to the child 'Team' field
Hi @Fiona Brown ,
Please refer to this KB to inherit/set Tempo Team from Epic. https://tempo-io.atlassian.net/wiki/spaces/KB/pages/3198058545/Set+Tempo+Team+from+Epic
Hope this helps.
Susan
Tempo Product Expert
"I want to set up automation to copy the Tempo 'Team' field value..."
Hi, @Himanshi. It looks like @Fiona Brown is looking for help with the Tempo Team field 😊
Hi, Fiona. The Tempo support team checks in here pretty regularly. But if you want faster service, you can always speak to them directly through the Tempo support portal.
Best,
-dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Fiona Brown ,
Welcome to community !
If you are looking for the team field of advanced roadmap you can try using Json format below :
{ "fields": { "customfield_10001" : "{{issue.customfield_10001.id}}" } }
Try with the below rule if works for you.
Have a nice day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Fiona Brown @Himanshi To be clear "customfield_10001" is an example of the format, right? You'd have to find the actual field ID for the Team field on your own system, right?
Thanks!
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.