jira-search-jql

Search and filter Jira issues using JQL queries via CLI scripts.

42|8|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/grandcamel/JIRA-Assistant-Skills --skill jira-search-jql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-search-jql
Source: https://github.com/grandcamel/JIRA-Assistant-Skills/tree/main/skills/jira-search
Command: npx skills add https://github.com/grandcamel/JIRA-Assistant-Skills --skill jira-search-jql

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables teams to locate Jira issues quickly using JQL queries, replacing manual searching and scattered filters with a unified querying workflow.

Core Features & Use Cases

  • JQL Search & Validation: Run and verify JQL queries across projects to find issues.
  • Filters & Export: Save reusable filters and export results to CSV/JSON for reporting.
  • Automation & Reporting Use: Example: generate weekly status reports by exporting issue data.

Quick Start

Example commands:

  • Run a basic search: jira-as search query "project = PROJ AND status = Open"
  • Export results to CSV: jira-as search export "project = PROJ" -o issues.csv
  • Save a filter for reuse: jira-as search filter create -n "My Open Issues" -j "assignee = currentUser()" -f

Frequently Asked Questions about jira-search-jql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Jira issues using JQL queries?

Validate JQL queries by running them through CLI scripts to ensure syntax correctness before executing broad issue searches across Jira projects. This mechanism prevents failed searches and confirms your filters will return the expected results.

Can I export Jira search results to CSV or JSON?

Yes, you can save reusable Jira filters via CLI commands. This feature allows you to create, manage, and execute saved filters for recurring reporting workflows without rewriting the JQL query each time.

What credentials do I need to run Jira JQL searches from the CLI?

You need valid Jira credentials and access to a target Jira instance to perform searches. The Skill uses CLI scripts that require this authentication to execute queries, validate syntax, and manage filters.

What is the best way to automate Jira issue reporting with JQL?

The best way to automate Jira reporting is combining JQL queries with CLI scripts to extract and export issue data to CSV or JSON. You can schedule these scripts to run ad-hoc queries and generate automated weekly status reports.