Hello,
We are running the cloud version of Jira, and have the Tempo plugin and the Automation for Jira plugin.
I use the following JSON to copy the value of the Account field (a custom field introduced by the Tempo plugin), from an Epic to all underlying tasks upon a change on the epic
{
"fields": {
"Account": "{{issue.epic.fields.Account.id}}"
}}
The Account field, is an optinal field on the Epic. Consequently, I do not always get a value back (making the automation rule crash from time to time).
Does anyone know how to deal with a copy of optional elements?
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.