What is jira-search?
Search Jira issues using JQL queries. Use when filtering issues by project, status, assignee, date, or building reports. Source: 01000001-01001110/agent-jira-skills.
Search Jira issues using JQL queries. Use when filtering issues by project, status, assignee, date, or building reports.
Quickly install jira-search AI skill to your development environment via command line
Source: 01000001-01001110/agent-jira-skills.
Purpose Search for issues using JQL (Jira Query Language). Supports filtering, pagination, and field selection.
| = | status = Done | Equals | | != | status != Done | Not equals | | IN | status IN (Done, Closed) | One of | | NOT IN | status NOT IN (Done) | Not one of | | | summary "bug" | Contains | | IS EMPTY | assignee IS EMPTY | Is null | | IS NOT EMPTY | assignee IS NOT EMPTY | Is not null | | >= | created >= -7d | Greater/equal |
| Relative | -7d | 7 days ago | | Relative | -2w | 2 weeks ago | | Relative | -1m | 1 month ago | | Absolute | 2025-01-15 | Specific date | | Function | startOfDay() | Today midnight | | Function | startOfWeek() | Monday |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-searchSearch Jira issues using JQL queries. Use when filtering issues by project, status, assignee, date, or building reports. Source: 01000001-01001110/agent-jira-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/01000001-01001110/agent-jira-skills