Every Jira issue has more orbiting around it than the summary and status show: who touched it and when, what's attached, what it's linked to, how long it sat stuck in "In Progress."
Native JQL only sees the surface.
JQL Argon app lets you query the whole orbit:
- issue in attachment("project = DEV", "", "", "", "", "pdf")
- issue in childrenOf("issuetype = Epic")
- issue in transitionedBy("project = DEV", "Done", "2026/08/01")
- issue in commented("project = DEV", "", "", "", "urgent")
- issue > timeInStatus("project = DEV", "In Progress", "2w")
Five lines. Five things standard JQL can't do alone. But it's not all - in Argon you can find much more functions.
▪️ 20 JQL functions — links, hierarchy, history, comments, attachments, worklogs, regex, math
▪️ 9 searchable keywords — no function syntax needed
▪️ Real-time indexing — results update within seconds
▪️ Built on Atlassian Forge — your data never leaves your tenant
Your issues already have a universe around them. Argon just makes it queryable.
Just check Argon on Marketplace (now for free): JQL Argon - Powerful Search
Enjoy!
Bartek from Orbiscend OU (JQL Argon app provider)
Bartek Szajkowski _ Orbiscend OU
0 comments