I am using a multi-select listing to limit the options a user has when creating a Service Manager ticket for the products they want added.
There are several such lists used within this SM form.
For ease of reporting purposes, I want the user's selections in a single multi-select listing and so need to transfer the selected options (as values) to the target reporting list. This is being attempted using an automation rule that runs when the ticket is approved.
An example custom field id is customfield_10203 as the list selected from and so a smart value for and Edit issue action on the target field is {{issue.customfield_10203.value}}.
This method is not successful and only results in clearing the field. Since this type of action is a Set operation, all values need to be set at once.
Using advanced json does not work either as the update clause, while it works partially, never consistently sets all values from the original listing if more than one was selected in the source listing.
So how to transfer selected values from one multi select list and set them on another that does contain those values?
Hi @Matthew Wright can you share the screenshot of your automation configuration?
I'm trying to set customfield_10054 using the values from customfield_10203. This does not work:
The names as values match for each field option listing. It appears the multi-select control isn't capable of setting values in this manner.
Using a foreach method cannot set all values if multiples when implementing a kludge by using a JSON update:add method.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matthew Wright there is a function "copy" from other field. You can check this option as described on the screenshot. I just tested it on multiselect field and it works correctly for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this, yes, further configuration is possible by drilling into the Copy From field spec.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matthew Wright cool, and did it work for your use case?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.