·jira-search

JQL 쿼리를 사용하여 Jira 문제를 검색합니다. 프로젝트, 상태, 담당자, 날짜 또는 작성 보고서별로 문제를 필터링할 때 사용합니다.

6설치·2트렌드·@01000001-01001110

설치

$npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search

jira-search 설치 방법

명령줄에서 jira-search AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/01000001-01001110/agent-jira-skills --skill jira-search
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: 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-search
카테고리
@협업
인증됨
최초 등록
2026-02-22
업데이트
2026-03-10

Browse more skills from 01000001-01001110/agent-jira-skills

빠른 답변

jira-search이란?

JQL 쿼리를 사용하여 Jira 문제를 검색합니다. 프로젝트, 상태, 담당자, 날짜 또는 작성 보고서별로 문제를 필터링할 때 사용합니다. 출처: 01000001-01001110/agent-jira-skills.

jira-search 설치 방법은?

터미널 또는 명령줄 도구(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

상세

카테고리
@협업
출처
skills.sh
최초 등록
2026-02-22