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
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!
"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
@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!
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
Himanshi - thank you so much! I've spent HOURS trying to get this to work!
@Jonathan Blackburn , I am Glad it helped
It looks like you're new here. Sign in or register to get started.