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