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.
npx claudepluginhub thebushidocollective/han --plugin jiraThis skill uses the workspace's default tool permissions.
jira:my-tickets - Show all Jira tickets assigned to you
Lists 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 issues by assignee, status, label, project, type, component, reporter, parent, or free text. Composes safe JQL from structured flags, executes paginated search, renders summary table.
Displays Linear issues assigned to you grouped by status in a table with ID, title, priority, and updated date, plus summary counts.
Share bugs, ideas, or general feedback.
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.