jira
把复杂的 Jira 操作脚本化,适合工程经理与开发团队
需要安装并配置 atl CLI,写操作会修改 Jira 数据,需谨慎授权
通过 atl CLI 搜索、读取并编辑 Jira 工单(创建/更新/过渡/评论等)
用 atl CLI 在 Jira 里搜索、读取和修改工单:能按 JQL 查找、把 issue 拉成本地 JSON 查看,也可以创建/更新/过渡/评论/关联/删除工单或 epic,并处理附件和变更记录。常在需要查工单、指派人、跑 JQL 报表或在命令行批量操作 issue 时用到。注意修改只能通过命令完成(没有文件→推的路径),默认输出是 JSON,issue key 多为位置参数。
▸ 展开 SKILL.md 英文原文
Search, pull, read, and edit Jira issues with the atl CLI — search by JQL, mirror issues locally, and create/update/edit/transition/comment/link/delete issues and epics. USE WHEN the user wants to read, search, create, update, assign, transition, comment on, link, delete, check fields of, or report on a Jira issue, ticket, bug, story, epic, or task; extract artifact references; build an epic tree; add/remove labels; view issue history or changelog; look up users; run a JQL query; find out who is logged in; check required fields before transitioning; list or download issue attachments/images; work with agile boards and sprints; or read Tempo Structure metadata, forest rows, values, and issue exports.
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/skills-src/jira/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills-src/jira/SKILL.md"# Jira issues with `atl` Read Jira issues as local files; **change them only through commands** (there is no file→push path for Jira). `atl` prints JSON by default. Issue keys are **positional** arguments (`atl jira issue get PROJ-1`), except the meta command `atl jira transitions --key PROJ-1`. **Output modes:** `-o id` prints just the primary identifiers (issue keys or comment/link IDs) one per line, suitable for piping into `xargs` or scripts. `-o text` gives a human-readable view. `--verbose` (or `ATL_VERBOSE=1`) traces every HTTP request/response to stderr; the bearer token is never written to the trace. **Preflight:** `atl` must be installed and configured (Jira URL + PAT). If `comm