AgentSkillsCN

jira

使用acli,通过命令行与Atlassian Jira进行交互。当用户希望:创建、查看、编辑、搜索或删除Jira问题/工作项,转换问题状态(例如,将状态更改为“进行中”或“已完成”),添加或列出评论,分配问题,使用JQL进行搜索,管理冲刺或看板,从CSV/JSON批量创建问题,管理项目、管理筛选器,或对Jira实例进行身份验证时,均可使用acli。

SKILL.md
--- frontmatter
name: jira
description: >
  Use acli to interact with Atlassian Jira from the command line. Use when the
  user wants to: create, view, edit, search, or delete Jira issues/work items,
  transition issue status (e.g. move to "In Progress" or "Done"), add or list
  comments, assign issues, search with JQL, manage sprints or boards, bulk
  create issues from CSV/JSON, manage projects, manage filters, or authenticate
  with a Jira instance.

Jira Skill

Use acli to interact with Atlassian Jira from the command line.

Prerequisites

Verify acli is installed:

bash
which acli

If not found, tell the user:

acli is not installed. Please install it: https://developer.atlassian.com/cloud/acli/guides/install-acli/

If a command fails with an authentication error, run acli jira auth status to check the current session. For auth setup, see references/JIRA_AUTH.md.

Jira Subcommand Reference

  • jira auth — login, logout, status, switch
  • jira board — list-sprints, search
  • jira dashboard — search
  • jira field — cancel-delete, create, delete
  • jira filter — add-favourite, change-owner, list, search
  • jira project — archive, create, delete, list, restore, update, view
  • jira sprint — list-workitems
  • jira workitem — archive, assign, attachment, clone, comment, create, create-bulk, delete, edit, link, search, transition, unarchive, view, watcher