Agent Skills: my-tickets

Show all Jira tickets assigned to you

UncategorizedID: TheBushidoCollective/han/my-tickets

Install this agent skill to your local

pnpm dlx add-skill https://github.com/TheBushidoCollective/han/tree/HEAD/plugins/services/jira/skills/my-tickets

Skill Files

Browse the full folder contents for my-tickets.

Download Skill

Loading file tree…

plugins/services/jira/skills/my-tickets/SKILL.md

Skill Metadata

Name
my-tickets
Description
Show all Jira tickets assigned to you

my-tickets

Name

jira:my-tickets - Show all Jira tickets assigned to you

Synopsis

/my-tickets [arguments]

Description

Show all Jira tickets assigned to you

Implementation

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:

  • 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.