/
Filtering Jira Issues
Filtering Jira Issues
Overview
This functionality allows users to filter Jira issues based on whether they have attachments or not. Users can search for issues that:
Have attachments (NOT EMPTY/NOT NULL)
Do not have attachments (EMPTY/NULL)
Usage
first you should go to issues->Custom fields->your attach file custom field->Edit details->Search Template-> choose Text searcher then save or update.
Navigate to the Issue Navigator in Jira.
Open the Advanced Search (JQL Mode).
The following JQL queries can be used:
“customFieldName” IS NOT EMPTY
“customFieldName” IS EMPTY
“customFieldName” IS NULL
“customFieldName” IS NOT NULL
refer to the screenshoots below to uderstand the process:
Edit custom field details.
This retrieves all issues that contain at least one attachment.
, multiple selections available,
Related content
Kepler - Attachment Fields | Simple & Multiple
Kepler - Attachment Fields | Simple & Multiple
More like this
User's Guide for Cloud
User's Guide for Cloud
More like this
Manual Migration Tools
Manual Migration Tools
More like this