Hi Community,
I'm Auto creating tickets using JMWE Create issue's Post function. I have a Multi select Custom Field in Parent ticket. When i select 2 Values from the custom field and do the transition then 2 tickets will auto created and linked with parent.
I have single line Custom field in Auto created Child ticket. Now my requirement is Based on the Multi select custom field values Childs tickets are creating. Now i want Single value from Multi select field should copy to each auto created chile tickets.
Ex: Parent ticket Custom field Values: "Test 1", "Test 2", "Test 3"(3 values are selected)
Auto Child ticket 1 Custom field value: "Test 1"
Auto Child ticket 2 Custom field value: "Test 2"
Auto Child ticket 3 Custom field value: "Test 3"
Can i achieve this through JMWE Post-creation script which is there inside Create issue's Post function?
Or Please suggest any other options.
Thanks
Hi @Prathap DL,
In the JMWE Create issue(s) post-function, select the desired text field under “Set specific fields of new issue(s)” and add the below template:
{{ it }}
This will set each iterator value (the multi-select field value in your case) to the text field of each of the newly created child issue(s).
See the documentation here for more details.
BTW, I'm from Appfire, the vendor of JMWE.
Regards,
Suprija
Lead Product Support Engineer - Appfire
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.