Back to Skills

ticket

verified

Get detailed information about a specific Jira ticket

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

jira

Integration

Repository

TheBushidoCollective/han
74stars

services/jira/skills/ticket/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/TheBushidoCollective/han/blob/main/services/jira/skills/ticket/SKILL.md -a claude-code --skill ticket

Installation paths:

Claude
.claude/skills/ticket/
Powered by add-skill CLI

Instructions

# ticket

## Name

hashi-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.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
946 chars