Hi All,
I am trying to set a value to approvers field from Jira automation in cloud, but the error says that "(Field 'customfield_15601' cannot appear in both 'fields' and 'update')"
I am using the below in the additional fields in edit issue action
{
"update": {
"Approvers" : [
{
"add": {
"id":"{{webhookData.reporters_manager_accountid}}"
}
}
]
}
I am receiving the account id from some other application.
Any help will be highly appreciated.
Regards,
Vinod
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.