Documentation/Sensei/Jira/ commands /my-tickets

⌘ /my-tickets

Show all Jira tickets assigned to you

Command Usage

Invoke this command in Claude Code:

/my-tickets



name: my-tickets description: Show all Jira tickets assigned to you

Retrieve and display all Jira tickets currently assigned to you.

Use the Atlassian MCP tool atlassian_search_issues with JQL:

assignee = currentUser() AND status != Done

Group the results by status and display in a clear table format:

KeySummaryStatusPriorityUpdated

Include:

  • Ticket key (e.g., PROJ-123)
  • Summary (truncate if too long)
  • Current status
  • Priority
  • Last updated date

Show count of tickets by status at the end.