Versions Compared

Key

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

...

  1. Go to SettingsIssuesCustom Fields

  2. Create a new custom field of type CFS - Multilevel select picker (Multiple)

  3. Add name and description

  4. Associate the field to the appropriate screens. You must associate a field to a screen before it will be displayed.

  5. Click on 1 Context and click Create, edit or delete contexts on the dialogue.

  6. Click Edit custom field config.

  7. Create cascading list values and click on save.

...

...

Multilevel Select Picker JQL queries

CFS - Multilevel Select Picker (Multiple) can be used in JQL. It allows you to search for issues that include custom field values. To find issues that include multilevel select picker values enter the "CustomField_Name". Below are a few useful examples.

...

"Caelor Apps" ~ Macrosuite

Search for all issues that contain word MacroSuite on any level.

"Caelor Apps" !~ Macrosuite

Search for all issues that don´t contain word MacroSuite on any level.

"Caelor Apps" is EMPTY

Search for all issues where the custom field is empty.

"Caelor Apps" is not EMPTY

Search for all issues where the custom field is not empty.

...