This document explains how to create multiple tasks /or subtasks depending on custom field values selected when the multi-select custom field is having similar valueswith matching pattern.
Sample custom field values:
Appfire
Appfire Apps
Bobswift
Bobswift Apps
Wittified
Wittified Apps
Instructions
...
...
Add a post
-
function
on
for the desired transition with customfield_Id or custom field name in the create multiple issues field as shown in the screenshot below
screenshot. Image RemovedAnd now execute the transition, it will create issues depending on the number of custom field values selected. Image Removed
...
: Image Added
Info
...
...
with similar values, it is recommended to
...
add the suggested condition inCreate multiple issues column
...
instead of
...
providing the conditions based on the regex pattern.
...
Run the transition to create issues depending on the number of custom field values selected. Image Added
Note
When you use a regex pattern for in the condition field to create only one issue based on the for each value selected, we need you have to have create multiple post functions which that need nncombination of each value being selected on the fieldcombinations. For this reason, it is recommended to use the approach suggested in this article.