jira-ticket-fetcher

Community

Fetch Jira tickets by ID or search current sprint with Jira CLI.

Authoralexismanuel
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables fetching Jira ticket content using the Jira CLI. It supports retrieving specific tickets by ID or searching for tickets by text content, with configurable search scope (current sprint vs all projects).

Core Features & Use Cases

  • Fetch Ticket by ID: Retrieve full ticket details using the Jira CLI
  • Search Tickets by Text: Find tickets by descriptive text with scope control
  • Current Sprint Operations: Get all tickets from the current active sprint

Quick Start

  • Fetch a ticket by ID: python scripts/fetch_ticket.py RD-3891
  • Text search in current sprint: python scripts/fetch_ticket.py "engine i18n epic"
  • Broad search across all projects: python scripts/fetch_ticket.py "authentication" --scope=all

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jira-ticket-fetcher
Download link: https://github.com/alexismanuel/dotfiles/archive/main.zip#jira-ticket-fetcher

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository