This document explains how to create multiple tasks /or subtasks depending on the number of 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
as shown in the image
with customfield_Id or custom field name
: Image RemovedAnd now execute the transition, it will create issues depending on the number of custom field values selected. Image Removed
...
in the create multiple issues field as shown in the screenshot below: 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 in the condition field to create only one issue for each value selected, you have to create multiple post functions that need nn combinations. For this reason, it is recommended to use the approach suggested in this article.