Versions Compared

Key

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

This article explains how to create an issue using the Create on Transition app when selecting by setting a condition with multiple custom field values.To  When you create a condition based on multiple values using the Create Sub-task post function, make sure that the values are mentioned in alphabetical order when you mention them in Create on Transition Post Function. Below is the example which explains the scenario.

Instructions

In the below example, we consider Consider Select List (multiple choices) custom field named Demo with values as Appfire, Bobswift, and Testing. In this scenario, we make a post function create subtasks when the Create Sub-task post function is used with the values Appfire, Bobswift are selected Bobswift selected

  1. Add Post Function on the desired a post function to the intended transition to create a sub-task. Navigate to → Cogwheel → Issues → Workflows → Cogwheel > Issues > Workflows > select the workflow of the project and edit, to add post function.
  2. Select Create Sub-task post function as shown below:
    Image Modified
  3. Select the Conditions & Configuration section and add Condition 1 with the %add %parent_customfieldname% or %parent_customfield_ID% and the Regex pattern in alphabetical order i.e.,  to Condition 1 and Appfire, Bobswift (alphabetical order) to Regex pattern respectively.
    Image RemovedImage Added
  4. Click Update to save the settings. Verify the condition as shown in the below sample screenshot:
    Image Removed
    Image Added
  5. Perform the transition Planning as shown below and subtask will be is created based on the condition:
    Image Modified
Info

In Create on Transition app, the commacomma(,) acts as AND operator while the vertical bar(|) acts as OR operator.