Apps documentation
Extension for Jira Service Management
Cloud Server/Data Center
Extension for Jira Service Management

Cloud

Server/Data Center

Documentation
FAQ
Release notes
Articles & Videos
Last updated Jul 10, 2022

Search with Bundled Fields

See how you can search through issues containing Bundled Fields

Extension for Jira Service Management supports JQL searching for all the issues that contain Bundled Fields. You can search for single subfields or their specific values.

Searching for subfields

Steps

  1. Go to Issue navigator.
  2. Click Switch to JQL next to the search bar.
    Extension for Jira Service Management - Issue navigator
    Extension for Jira Service Management - Issue navigator
  3. Start typing the name of the Bundled Field. You will see the hints appear as you type.
    Extension for Jira Service Management - Search hint
    Extension for Jira Service Management - Search hint
    Note

    The first part of the search phrase is the name of the Bundled Field, while the second is the name of the specific subfield.

  4. Click on a hint and type the desired operator.
  5. Click Search.
    Extension for Jira Service Management - Operator
    Extension for Jira Service Management - Operator

Result

The issues are displayed.

Extension for Jira Service Management - Result
Extension for Jira Service Management - Result

Note

You can also search for subfields without their Bundled Field context. The query will look as following:

Job position is NOT EMPTY

The query will see this as a regular custom field search. However, if there’s more Bundled Fields with identically named subfields, the query will return all Bundled Fields with the searched subfield.

Searching for subfield values

In the Issue navigator, you can search for the specific value of a given subfield. For each subfield type, use the following queries:

Text fields

"BUNDLED_FIELD_NAME.TEXT_SUBFIELD_NAME" ~ SUBFIELD_VALUE

Date fields

"BUNDLED_FIELD_NAME.DATE_SUBFIELD_NAME" = "RRRR-MM-DD"

Date & Time fields

"BUNDLED_FIELD_NAME.DATE_SUBFIELD_NAME" = "RRRR-MM-DD HH:MM"

Number fields

"BUNDLED_FIELD_NAME.NUMBER_SUBFIELD_NAME" = "NUMBER"
Note
  • Although searching is not case sensitive, you need to provide an exact matching value in order to get the desired results.
  • Single and multi select fields are not supported for searching.
Example

Finding an employee who currently has the Developer role using the following command:

"Onboarding details.Job position" ~ developer
Extension for Jira Service Management - Example
Extension for Jira Service Management - Example
Extension for Jira Service Management - Job position
Extension for Jira Service Management - Job position
Need help?

If you can’t find the answer you need in our documentation, raise a support request.
Include as much information as possible to help our support team resolve your issue faster.