jira_comment
Add, update, or delete comments on Jira issues using wiki markup.
Instructions
Add, update, or delete a comment on a Jira issue. Use when asked to "edit my comment on FOO-123", "delete comment 12345", or "update that comment". action defaults to "add". Can only edit/delete your own comments. Use Jira wiki markup (Atlassian renderer syntax), not GitHub/CommonMark markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Operation (default: add) | |
| issueKey | Yes | Jira issue key, e.g. FOO-123 | |
| commentId | No | Comment ID (required for update/delete) | |
| body | No | Comment text. Use Jira wiki markup (Atlassian renderer syntax), not GitHub/CommonMark markdown. Required for add/update. |