Files
magnus919_agent-skills/jira/README.md
T
Magnus Hedemarkandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> dd97e846ec refactor(skills): drop -cli suffix from six consumer-API skills
Rename ghost-cli, jira-cli, jellyfin-cli, openlibrary-cli, tmdb-cli,
and tempest-cli to ghost, jira, jellyfin, openlibrary, tmdb, and tempest
via git mv. Rewrite frontmatter name fields to match new directories,
rename bundled scripts preserving executable bits, update internal
invocation strings and README quick-start examples, and relocate the
jellyfin pytest suite to jellyfin/scripts/ with its SCRIPT constant now
resolving to the renamed sibling script.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-26 02:10:49 -04:00

1.3 KiB

Jira Issue Tracker from the Terminal

Interact with Atlassian Jira Cloud via the REST API v3. Search issues, view details, create issues, add comments, list projects, and transition status.

Why Install This Skill

When your agent loads this skill, it can manage your entire Jira workflow without opening a browser. That means:

  • Search issues by project, JQL, or assignee — find anything in your tracker
  • View full issue details — description, status, assignee, comments
  • Create and update issues — new tasks, bugs, stories from the terminal
  • Add comments — update threads without the web UI
  • Transition status — move tickets through workflows
  • List projects — see what's available

What You Get

Directory Purpose
SKILL.md Complete command reference with setup and examples
scripts/jira CLI tool for Jira REST API v3

Quick Start

export JIRA_EMAIL="your-email@example.com"
export JIRA_API_TOKEN="your-api-token"
export JIRA_SERVER="https://your-domain.atlassian.net"

API token from id.atlassian.com (free).

Triggers

Load this when managing Jira issues, searching tickets, creating bugs, or tracking project work.

Requirements

Python 3.8+ with requests library.