Hi there -
I am writing an automation rules in Cloud Version of Jira Work Management to clone a story to an external Software Project board if conditions are met.
Tested this on a test board and all went well. The live board we'll be posting TO though, has a required field. The FROM project has this field but its not required.
_________________________________________________________________________________________
When running the automation we are receiving this error in the audit log:
Hi @ayoung,
You can copy the field values using the Additional fields section:
{
"fields": {
"customfield_10682": "{{issue.customfield_10918}}"
}
}
The other solution is to change one field name to a different one or to use one field with two different contexts for each project, then the rule will run without error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.