manage_comments
Read or add comments on a Jira issue. List comments with pagination or create new ones using markdown and @mentions.
Instructions
Manage comments on a Jira issue. Use action "list" to read all comments, or action "add" to create a new comment. Comments support Jira markdown syntax including @mentions. When adding, the body field is required. The list action supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Comment text. Supports Jira markdown. REQUIRED when action is "add". | |
| action | Yes | Action to perform: "list" to read comments or "add" to create a new comment. | |
| startAt | No | Pagination offset (for "list" action). | |
| issueKey | Yes | Issue key (e.g., "PROJ-123"). REQUIRED. | |
| maxResults | No | Max comments to return (for "list" action). |