I want to add a value in a custom multi-select list without disturbing the existing values
The standard Bulk Edit seems to just replace whatever was there with the new value.
Thanks
Sarika.J
Hello @NGATDev
You could do that through an Automation Rule.
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/
You can use a Lookup Issues action to retrieve the issues you want to update.
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues
Add a For Each Advanced Branch to loop through the results.
Within the branch use an Edit Issue action to edit each issue.
Use Advanced JSON Editing to add values to the multi-select field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.