Argon Powerful JQL Search
Argon Powerful JQL Search is a Jira Forge app that adds powerful functions, searchable JQL keywords, and custom fields to Jira Query Language.
What is Argon?
Argon continuously indexes your Jira data, enabling you to express complex questions directly in JQL that would otherwise be impossible or require manual work. It adds:
- 17 JQL Functions - Query links, hierarchy, time in status, comments, worklogs, attachments, regex patterns, and more
- 9 Searchable JQL Keywords - Let you search by link counts, linked issue status, priority, and hierarchy
- Time in Status Field - A custom field that tracks how long issues spend in each status
- Calculated Field - A custom field for mathematical operations on other fields
How It Works
- Automatic Indexing: Argon listens to Jira events (issue updates, comments, worklogs, links) and maintains an index of relationships and metadata
- Real-time Updates: When issues change, the index updates automatically within seconds
- Native JQL Integration: Use Argon functions and keywords directly in Jira's search, filters, dashboards, and automation
Key Features
Link and Hierarchy Queries
Find issues based on their relationships:
issue in linkedByQuery("priority = High AND status = Done")
issue in childrenOf("issuetype = Epic")
Time Tracking
Query by time spent in statuses:
issue > timeInStatus("project = DEV", "In Progress", "2w")
"Time in Review.time" > timeExpression("3d")
Field Comparisons
Compare fields across issues:
"Story Points" > avg("project = DEV")
issue in regex("project = DEV", "summary", "v[0-9]+[.][0-9]+")
Activity Search
Find issues by comments, attachments, or worklogs:
issue in commented("project = DEV", "John", "", "", "approved")
issue in attachment("project = DEV", "", "", "", "", "pdf")
JQL Keywords
Search using indexed metadata:
linkedByStatus = "Done" AND linkedByPriority = "High"
childrenNumber > 3
Getting Started
- Quick Reference - Cheat sheet with all functions and keywords
- Examples - Common use cases and query patterns
- JQL Functions - Detailed function documentation
- JQL Keywords - Searchable keywords and indexing
Security
Argon runs entirely on Atlassian Forge, Atlassian's secure cloud platform. Your data never leaves Atlassian's infrastructure.
Documentation migrated to dedicated repository.