How do I add value to a multiselect property using Automation for JIRA.
Setting an initial value using JSON is easy and works:
{"fields": {"Revenue Groups": [{ "value" : "Rev. Group 1"}]}
Adding an extra is a lot harder. I've tried the following (and other solutions) but without success.
{ "fields": {"Revenue Groups": [{ "value" : "Rev. Group 2"}, {{issue.customfield_13100.asJsonObjectArray("value ")}}]
}
}