Create multiple tasks or subtasks based on the number of custom field values selected
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 values.
Sample custom field values:
Appfire
Appfire Apps
Bobswift
Bobswift Apps
Wittified
Wittified Apps
Instructions
Add a post function for the desired transition with customfield_Id or custom field name in the create multiple issues field as shown in the screenshot below:
Run the transition to create issues depending on the number of custom field values selected.
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.