Hi,
We are using JIRA cloud. We have some fields that not supposed to be edited by users which are not part of a specific group. To achieve this, we used JIRA Automation that detects when ever the field is edited & edited by user not in specified group, update the field value with {{fieldChange.fromString}}.
The Step-By-Step detail is given below:
Trigger: When value changes for "Custom Field"
Condition: Initiator is not in group "User Group"
Action: Edit Fields "Custom Field" with {{fieldChange.fromString}}
The above automation is working fine for text fields. But when it comes to Multi Select fields, the Jira smart value {{fieldChange.fromString}} is returning a string which is not valid for Multiselect custom field.
Eg: if the multi select custom field has values A, B, C selected, the smart value {{fieldChange.fromString}} is returning A,B,C as a string. If I try to load it to the custom field, the field is getting cleared as the format is not supported.
Can anyone help me solving this issue please.
Thanks & Regards,
Ganesh Kumar Vary