什麼是 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-search使用 JQL 查詢搜尋 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