Hello,
I am trying to get multiple users (Change Advisory Board) into custom field with manual automation. Automation has to select members of Chnage Advisory Board based on Insight Object Custom Field XY and its attribute CAB.
I did try Edit Issue with:
{
"update": {
"Change Advisory Board (CAB)": [{
"set": {
"accountId": "{{issue.customfield_12318.CAB}}"
}
}]
}
}
....where customfield ID is ID of XY Insight Object Custom Field and still I am getting an error: (data was not an array (customfield_13566))
Please help