You know the situation. A colleague says: "I attached that contract PDF somewhere in the DEV project."
So you start clicking. Issue by issue. Page by page. Hoping you'll find it before your next meeting.
Jira is powerful — but native attachment search is one of its biggest blind spots. You can filter by assignee, status, priority, label… but not by what's attached to an issue.
Until now.
With JQL Argon — a Jira app available on the Atlassian Marketplace — you can do exactly that.
Argon adds a custom JQL function that lets you search issues by their attachments: by file type, file name, size, or date. It plugs directly into the JQL you already know.
Here's the basic syntax:
issue in attachment("project = TEST", "", "", "", "", "pdf")
This query returns all issues in the TEST project that have a PDF attachment.
Within seconds, Jira shows you only the relevant issues — no scrolling, no guessing.
Find all PDFs in a project:
issue in attachment("project = DEV", "", "", "", "", "pdf")
issue in attachment(...) and fill in your filtersNo configuration needed. Works on Jira Cloud.
If your team spends time hunting for files inside Jira, Argon solves that problem in one JQL query.
Enjoy!
Bartek from Orbiscend Team (JQL Argon app provider)
Bartek Szajkowski _ Orbiscend OU
0 comments