Back to Skills

my-tickets

verified

Show all Jira tickets assigned to you

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

jira

Integration

Repository

TheBushidoCollective/han
74stars

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

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/TheBushidoCollective/han/blob/main/services/jira/skills/my-tickets/SKILL.md -a claude-code --skill my-tickets

Installation paths:

Claude
.claude/skills/my-tickets/
Powered by add-skill CLI

Instructions

# my-tickets

## Name

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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
702 chars