jira-search이란?
JQL 쿼리를 사용하여 Jira 문제를 검색합니다. 프로젝트, 상태, 담당자, 날짜 또는 작성 보고서별로 문제를 필터링할 때 사용합니다. 출처: 01000001-01001110/agent-jira-skills.
JQL 쿼리를 사용하여 Jira 문제를 검색합니다. 프로젝트, 상태, 담당자, 날짜 또는 작성 보고서별로 문제를 필터링할 때 사용합니다.
명령줄에서 jira-search AI 스킬을 개발 환경에 빠르게 설치
출처: 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 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-searchJQL 쿼리를 사용하여 Jira 문제를 검색합니다. 프로젝트, 상태, 담당자, 날짜 또는 작성 보고서별로 문제를 필터링할 때 사용합니다. 출처: 01000001-01001110/agent-jira-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/01000001-01001110/agent-jira-skills