jira

仓库创建 2026年6月21日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

把 Jira 问题当作可搜索和可脚本化的资源来管理。

▸ 风险提示

具备修改工单权限风险,操作需显式确认并限权使用。

这个 Skill 做什么

通过 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.

开发编程Jira工单搜索自动化通用
0
Stars
0
Forks
30
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/skills/jira/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/isukharev/atl/main/plugins/atl/skills/jira/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有