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
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.
Himanshi - thank you so much! I've spent HOURS trying to get this to work!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jonathan Blackburn , I am Glad it helped :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.