logoBack to App page
Extension for Jira Service Management
Cloud Data Center
Documentation
FAQ
Release notes
Migration path
Integration
Extension for Jira Service Management
Cloud Data Center
Documentation
FAQ
Release notes
Migration path
Integration
Last updated Nov 18, 2025

Search with Bundled Fields

Learn how search through work items using Bundled Fields data.

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

Info

Due to ongoing platform improvements, certain views presented in documentation may not fully reflect the latest in-app changes. We’re actively updating our content to match the new experience.

Searching for subfields

Steps

  1. In the search bar, navigate to View all work items.

    Extension for Jira Service Management - Issue navigator
    Extension for Jira Service Management - Issue navigator

  2. Once you access the Search work items view, switch to the JQL search.

    Extension for Jira Service Management - Issue navigator
    Extension for Jira Service Management - Issue navigator

  3. Start typing the name of the Bundled Field you wish to find. 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 Bundled Field name, while the second is the name of the specific subfield.

  1. Type in the desired operator. To perform search, press Enter on the keyboard.
    Extension for Jira Service Management - Operator
    Extension for Jira Service Management - Operator

Result

Search results are displayed right away.

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

Tip

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

"Job position_subfield" 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

By using the Search work items view, you can search for the specific value of a given subfield. The following subfield types are supported:

  • Text field
  • Text area
  • Number
  • Date & Time
  • Select
  • Multiselect
  • Checkbox
  • Radio

Below, you can find examples of queries for each subfield type based on the Bundled Field entitled BF onboarding:

Text field

"BF onboarding.Text field" ~ name

Text area

"BF onboarding.Text area" ~ home address

Number

"BF onboarding.Number" < 100

Date & Time

"BF onboarding.Date time" = "2025-12-31 12:00"

Select

"BF onboarding.Select single" = "Option 1"

Multiselect

"BF onboarding.Multiselect" IN ("Option 1", "Option 2")

Checkbox

"BF onboarding.Checkbox" IN ("Option 1", "Option 2")

Radio

"BF onboarding.Radio 2" = "Option 1"
Note

Although searching is not case sensitive, you need to provide an exact matching value in order to get the desired results.

Example

You can easily search within Bundled Fields using only specific information stored in their subfields. For example, it’s possible to find an employee from the HR department using the following command:

"Employee information.Department" = HR
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.