Get detailed information about a specific Jira ticket
Retrieves and displays comprehensive Jira ticket details including summary, status, assignee, description, acceptance criteria, comments, and linked issues.
/plugin marketplace add TheBushidoCollective/han/plugin install core@hanhashi-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.