I have 2 custom fields, 10030 is multi user picker, and 10185 is a single user picker. I want to make an automation rule that ADDS user selected in 10185 to 10030. I need to accomplish this using JSON. This is how I have the automation rule currently:
{
"update": {
"customfield_10030" : [
{"add": {{issue.customfield_10185}}}
]
}
}This returns error: Error while parsing additional fields. Not valid JSON.
Does anyone know how I can successfully use JSON to ADD a single user from customfield_10185 to customfield_10030? Thank you for your time!
