Search all attachments of a JIRA project

Hi,
I want to search for all attachments of a JIRA project. How do I do that?

Hi,

That works as follows:

  1. Go to a specific project in JIRA.
  2. Click on the link ‘View all issues and filters’ at the top right corner.
  3. Insert the following code into the search field: project = “projectName” AND NOT attachments is EMPTY.

If you have further questions, just let us know.

Best Regards,

Vitali