Skip to content

// Manage Jira tickets from the command line. Triage, assign, comment, close — at scale.

Jira CLI ProVerified Creator

git log --oneline --stat
HEAD
Stars
1.9k
Forks
121
Updated
Apr 26, 2026
repo --stat
  • stars

    1.9k

  • forks

    121

  • last update

    Apr 26, 2026

  • license

    MITv2.7.0

quickstart.sh
3 steps
  1. Install

    // Drops SKILL.md into ~/.claude/skills/

    $ claude skills add jira-cli-pro
  2. Invoke

    // Run from any project directory

    $ claude --skill jira-cli-pro "help me ship this"
  3. Iterate

    // Re-run with edits — Claude keeps the skill loaded

    $ claude --skill jira-cli-pro "now refactor it"
jira-cli-pro/
references
  • references/
  • SKILL.mdopen
  • README.mdopen
SKILL.md
readonly
name:
Jira CLI Pro
slug:
jira-cli-pro
version:
v2.7.0
license:
MIT
author:
@atlassian-skills
categories:
tags:
#jira#cli#tickets#jql#automation
description:

Manage Jira tickets from the command line. Triage, assign, comment, close — at scale.

features.md
5 capabilities

// What you can do with it

  • jira issue list "" runs any JQL query and prints results as a table, JSON, or CSV.
  • jira issue transition KEY-123 "Done" moves tickets through workflow states (validated against the project's available transitions).
  • jira issue assign, jira issue comment, and jira issue label cover the day-to-day edits.
  • jira bulk applies any of the above across a JQL result set, with a --dry-run flag that previews affected keys before mutating.
  • jira sprint report and jira epic summary aggregate issues into Markdown, grouping by status, assignee, and story points.

README.md

jira-cli-pro/README.md
8 sections
Loading README…

$ cat reviews/

Reviews

// No reviews yet. Be the first.
Loading review form…