Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Stop Hunting for Attachments in Jira — Use JQL Instead

The Problem Everyone Has but Nobody Talks About

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.

19-3.jpg

 

What If You Could Search Attachments Like Any Other JQL Field?

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.

 

19-x.jpg

 

How It Works — One Line, Instant Results

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.

 

Real-World Examples

Find all PDFs in a project:

issue in attachment("project = DEV", "", "", "", "", "pdf")

 

 

Why This Matters for Your Team

  • Audit & compliance — quickly find all signed contracts, reports, or approval documents across a project
  • Dev teams — locate log files, screenshots, or spec docs without digging through sprints
  • Project managers — verify which issues actually have deliverables attached before closing a sprint
  • Support teams — find issues where customers attached error screenshots or recordings

 

 

How to Get Started

  1. Install JQL Argon from the Atlassian Marketplace 
  2. Go to any Jira board or issue navigator
  3. Switch to JQL mode
  4. Type issue in attachment(...) and fill in your filters
  5. Hit Enter — done :)

No 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)

 

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events