From jira
Displays Jira tickets assigned to you (excluding Done) grouped by status in a table with key, summary, priority, and updated date, plus status counts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira:my-ticketsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
jira:my-tickets - Show all Jira tickets assigned to you
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.
npx claudepluginhub thebushidocollective/han --plugin jiraLists Jira issues using jirac CLI by project key, assignee, or custom JQL, defaulting to current user's assigned issues. Invoke for quick terminal queries.
Searches Jira Cloud for issues by assignee/status/label/project/type/component/reporter/parent or free text. Composes safe JQL from structured flags and renders summary tables with pagination.
Displays Linear issues assigned to you grouped by status in a table with ID, title, priority, and updated date, plus summary counts.