Back to Skills

comment

verified

Add a comment to a Jira ticket

View on GitHub

Marketplace

han

TheBushidoCollective/han

Plugin

jira

Integration

Repository

TheBushidoCollective/han
74stars

plugins/services/jira/skills/comment/SKILL.md

Last Verified

February 5, 2026

Install Skill

Select agents to install to:

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

Installation paths:

Claude
.claude/skills/comment/
Powered by add-skill CLI

Instructions

# comment

## Name

hashi-jira:comment - Add a comment to a Jira ticket

## Synopsis

```
/comment [arguments]
```

## Description

Add a comment to a Jira ticket

## Implementation

Add a comment to a Jira ticket.

**Usage**: `/comment PROJ-123 [optional: comment text]`

If comment text is not provided, prompt for it with support for multi-line input.

Use `atlassian_add_comment` to add the comment.

**Display Format**:

```
💬 Adding comment to PROJ-123

Comment:
{comment text}

Posted successfully!

View ticket: {ticket URL}
```

Support markdown formatting in comments:

- Bold: **text**
- Italic: *text*
- Code: `code`
- Lists
- Links

Provide formatting tips if user is writing a longer comment.

Validation Details

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