The Multilevel Select Picker allows you to create a cascading select fieldfields with an unlimited number of levels. Multilevel Select Picker is available on every screen in Jira. Select values when creating an issue or present the values on the issue view. Give your Jira users a better experience.
...
levels, offering enhanced flexibility for your Jira projects. It provides users with a smoother, more intuitive experience for selecting values when creating or editing issues.
Tip |
---|
The Multilevel Select Picker is only available as a custom field type. It is not possible to define general values or any other settings options in the app configuration screenavailable in the JSM portal. For a list of supported fields and setup instructions, please visit Fields in Jira Service Management (JSM) Portal. |
...
Create and configure the custom field
...
Go to Apps → Manage your apps → Fields.
Click on Create custom field button on the right side of the screen.
Select Multilevel Select Picker and click Next.
Name and add a description to your field then click Next.
Choose between single select or multiple select. After saving the field it is not possible to change this setting.
Create cascading list of values and click Next.
Associate the field to the appropriate screens and click Create. You must associate a field to a screen before it will be displayed.
To restrict editing access for the Multilevel Select Picker, the Edit Permissions tab is used. Specific users, user groups, and Jira roles can be defined to have editing permissions for the custom field. If editing access is intended for all users, the field should be left empty.
Info |
---|
Please note that the create screen is accessible to everyone, the restrictions apply only to edit screens. |
...
Multilevel Select Picker JQL queries
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 AppsMultilevel Select Picker" ~ MacrosuiteShoppie | Search for all issues that contain word MacroSuite Shoppie on any level. |
"Caelor AppsMultilevel Select Picker" ! ~ MacrosuiteShoppie | Search for all issues that don´t contain word MacroSuite Shoppie on any level. |
"Caelor AppsMultilevel Select Picker" is EMPTY | Search for all issues where the custom field is empty. |
"Caelor AppsMultilevel Select Picker" is not EMPTY | Search for all issues where the custom field is not empty. |
...