The Smart Attachments for Jira app allows you to search for issues with attachments by multiple criteria. You can search for issues with attachments  corresponding to different criteria by:

  • user (who uploaded an attachment)
  • text (a full name or a part of the name of an attachment) 
  • label (use JQL for this function)

Search in the Find attachments section

In Find attachments, you can search for attachments by:

  • user (who uploaded an attachment)
  • text (a full name or a part of the name of an attachment)
  1. Navigate to Find attachments on the sidebar.
  2. Enter the required search criteria in search fields.
  3. Click Search.

Search for attachments using JQL

You can search for issues with attachments with a specific label using JQL.

  1. Switch to the advanced search in Jira. To do it, navigate to Filters > View all issues or navigate to your Jira search bar and click View all issues.
  2. Enter a JQL query (see examples below) in the search bar.
  3. Press Search.

Please use the following JQL queries to find issues with certain attachment labels:

  1. attachmentLabel = Label (finds issues having attachments with the chosen label). The name of the label can be changed to any attachment label. 

E.g.: attachmentLabel = Approved - finds issues having attachments with the APPROVED label. 

  1. attachmentLabel IN ('Label1', 'Label2') - finds issues having attachments with the Label1 or Label2. The names of labels can be changed.

E.g.: attachmentLabel IN ('Asset', 'Document') - finds issues having attachments with the ASSET or DOCUMENT label.