Show all Jira tickets assigned to you
Retrieves and displays all Jira tickets assigned to the current user in a table format.
/plugin marketplace add TheBushidoCollective/han/plugin install core@hanhashi-jira:my-tickets - Show all Jira tickets assigned to you
/my-tickets [arguments]
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:
| Key | Summary | Status | Priority | Updated |
|---|
Include:
Show count of tickets by status at the end.