When the approvers field is updated, I am trying to automatically add those users to the existing custom field (as it may already contain some users and I want to preserve them, and just add on them)
Be aware, both fields are multi-user fields.
I've tried this and gotten the following error,
Field 'customfield_10561' cannot appear in both 'fields' and 'update')
{
"update": {
"customfield_10561" : [
{
"add": {
"issue.approvers" : [
]}
}
]
}
}
Hi Timothy!
Could you perhaps show the full automation, and clarify whether CF_10561 is a different field than Approvers. (Because based on the error message you are trying to update the Approvers field with information from the Approvers field, but using the CF id)
Perhaps you could accomplish what you are after without using Json?
Hopefully this works better for you đ¤
Thank you Tobias,
That worked great! Thank you :)
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.