Select Picker With Create Option (Single and Multiple)

Select Picker With Create Option custom field is available as single and multiple select picker. They are great for reporting. Make daily work more effective by giving your team an option to choose from instead of writing it into a query. Give your Jira users a better experience.

Single and Multiple Select Picker With Create Option are only available as a custom field type. It is not possible to define general values or any other settings options.

Create and configure the custom field

To create and configure the Select Picker custom field, you must be logged in as a user with Jira Administrator permissions.

 

  1. Go to AppsManage your appsCustom Field Suite

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

  3. Select Select Picker With Create Option (Single or Multiple) and click Next.

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

  5. Create a list of values and click Next.

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

That’s it! You can now navigate to your issue and enhance it with Select Picker With Create Option (Single and Multiple). Remember that you can also add values directly from the issue view editor!

Select Picker JQL queries

CFS - Select Picker with create can be used in JQL. It allows you to search for issues that include custom field values. To find issues that include custom field values enter the "CustomField_Name". Below are a few useful examples.

"CFS - Single select with create" ~

Search for all issues that contain TEST as a value.

"CFS - Single select with create" !~

Search for all issues that don´t contain TEST as a value.

"CFS - Issue Progress" is EMPTY

Search for all issues where the custom field is empty.

"CFS - Issue Progress" is not EMPTY

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