From jira
Fetches and formats Jira ticket details: summary, status, assignee, description, acceptance criteria, recent comments, linked issues. Invoke via /ticket PROJ-123.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira:ticketThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
jira:ticket - Get detailed information about a specific Jira ticket
jira:ticket - Get detailed information about a specific Jira ticket
/ticket [arguments]
Get detailed information about a specific Jira ticket
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:
Summary: {title} Status: {status} Assignee: {assignee} Reporter: {reporter} Priority: {priority} Created: {created date} Updated: {updated date}
{full description with formatting}
{Extract and highlight any acceptance criteria sections} {Parse checklist items if present}
{Show last 3 comments with author and date}
{Show related tickets with relationship type}
Provide the direct link to the ticket at the end.
npx claudepluginhub thebushidocollective/han --plugin jiraFetches and renders a Jira issue by key with description, status, comments, and transitions. Useful for looking up issues referenced in conversation.
Retrieves, analyzes, and updates Jira tickets via MCP or direct REST API. Useful for fetching requirements, transitioning status, adding comments, and linking work items.