jira
把 Jira 问题当作可搜索和可脚本化的资源来管理。
具备修改工单权限风险,操作需显式确认并限权使用。
通过 atl 查询、读取并对 Jira 问题进行管理操作。
可以用 atl CLI 查询、读取并直接对 Jira issue 做增删改查、指派、流转、评论和关联等操作。常在需要用 JQL 搜索、查看附件或历史、构建 epic 树、校验字段并执行 transition 时用到。特别之处是以命令为中心操作、输出 JSON,能细粒度管理 issue、epic、sprint 和 Tempo/Structure 元数据。
▸ 展开 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/plugins/atl/skills/jira/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/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