Versions Compared

Key

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

This article explains how to create an issue using Create on Transition app when selecting multiple custom field values.

 To To make a condition depending on multiple values, make sure that the values are in alphabetical order when you mention them in Create on transition post-function. Below is the example which explains the scenario.

...

In the below example we considered a Select List (multiple choices) custom field named Demo with values as Appfire, Bobswift, and Testing. In this scenario, we want to make a post-function to create subtasks when the values Appfire, Bobswift were selected 

  1. Add the custom field to the 

...

  1. a post-function on the desired transition to create subtasks.
    Navigate to → Cogwheel → Issues → Workflows → select the workflow of the project and edit to add post-function.
  2. Select create subtasks post-function as shown below:
    Image Added
  3. Select Conditions & Configuration and add Condition 1 with the parent_customfieldname or parent_customfield_ID and the Regex pattern as Appfire, Bobswift.
    Image Added


Info

In Create on Transition Comma(,) acts as AND operator while Vertical bar(|) acts as OR operator.