Skip to main content
Business & ProductivityTheBushidoCollective

ticket

Get detailed information about a specific Jira ticket

Stars
162
Source
TheBushidoCollective/han
Updated
2026-04-28
Slug
TheBushidoCollective--han--ticket
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/TheBushidoCollective/han/HEAD/plugins/services/jira/skills/ticket/SKILL.md -o .claude/skills/ticket.md

Drops the SKILL.md into .claude/skills/ticket.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

ticket

Name

jira:ticket - Get detailed information about a specific Jira ticket

Synopsis

/ticket [arguments]

Description

Get detailed information about a specific Jira ticket

Implementation

Retrieve and display comprehensive details for a Jira ticket.

Usage: /ticket PROJ-123

Use the Atlassian MCP tool atlassian_get_issue to fetch full ticket details.

Display in sections:

📋 Ticket: PROJ-123

Summary: {title} Status: {status} Assignee: {assignee} Reporter: {reporter} Priority: {priority} Created: {created date} Updated: {updated date}

Description

{full description with formatting}

Acceptance Criteria

{Extract and highlight any acceptance criteria sections} {Parse checklist items if present}

Recent Comments

{Show last 3 comments with author and date}

Linked Issues

{Show related tickets with relationship type}

Provide the direct link to the ticket at the end.