Skip to end of banner
Go to start of banner

Creating multiple tasks/subtasks depending on custom field values selected where the custom field is having similar values

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Creating multiple subtasks depending on custom field values selected when the custom field is having similar values.

Sample custom field values:

  • Appfire
  • Appfire Apps
  • Bobswift
  • Bobswift Apps
  • Wittified
  • Wittified Apps

Instructions:

  1. Add a post-function on the desired transition as shown in the image with customfield_Id or custom field name:
  2. And now execute the transition, it will create issues depending on the number of custom field values selected.



If the condition for creating multiple issues is given in the conditions column with the regex pattern then we need to make n^n number of combinations in order to make the condition work as expected. So in order to make the post-function simple it would be recommended to pass the condition in 
  • No labels