Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creating multiple 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.

...

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

Instructions

...

  1. Add a post

    -

    function

    on

    for the desired transition

    as shown in the image

    with customfield_Id or custom field name in the create multiple issues field as shown in the screenshot below:


    Image RemovedAnd now execute the transition, it will


    Image Added

    Info


  2. Run the transition to create issues depending on the number of custom field values selected.
    Image RemovedImage Added
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 Create multiple issues  column
Info
Note