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.
The first part of the search phrase is the name of the Bundled Field, while the second is the name of the specific subfield.
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.
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"
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.