Versions Compared

Key

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

...

  1. Go to AppsManage your appsFields - Custom Field SuiteTypes

  2. Click on Create custom field button on the right side of the screen.

  3. Select Multilevel Select Picker and click Next.

  4. Name and add a description to your field then click Next.

  5. Choose between single select or multiple select. After saving the field it is not possible to change this setting!

  6. Create cascading list of values and click Next.

  7. Associate the field to the appropriate screens and click Create. You must associate a field to a screen before it will be displayed.

...

CFS - Multilevel Select Picker 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.