Hello,
I need to remove a value from a group picker (multiple values) field "customfield_11111". Using the following format for Additional fields in Edit action:
{
"update": {
"customfield_11111": [
{
"remove": {
"value":"group_name"
}
}
]
}
}
I get this error:
Error editing issues AC-4520 (Operation value must be an array of group objects (customfield_11111)).
Appreciate any idea how to make it working.