jira
适合工程团队对工单进行批量管理与脚本化操作流程。
会修改/创建票证,需有相应权限并谨慎执行自动操作。
用 atl CLI 镜像、搜索并创建/更新/转换 Jira 议题与史诗。
把 Jira 的 issue 当作本地文件来查找、镜像、创建、更新、转换和评论,支持 JQL 查询、附件下载、史诗(epic)构建和看板/冲刺等操作。适合需要读写 ticket、批量处理、构建 epic 树或导出报告的时候用。特别之处是所有变更都通过 atl 命令执行、以 JSON 输出并与本地工作区同步,便于审计和版本管理。
▸ 展开 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/jira/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/skills/jira/SKILL.md"<!-- Generated from skills-src/jira/SKILL.md — edit the source and run 'make gen-plugins'. --> # 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