jira_update_comment
Update the body of an existing Jira comment using its issue key and comment ID. Provide the new text in Markdown, which is automatically converted to Jira's ADF format.
Instructions
Update the body of an existing comment on a Jira issue. Identify the comment by the issue key/ID and the comment ID (returned by jira_add_comment). REQUIRED: Always provide the new Markdown-formatted comment body. Automatically converted to Atlassian Document Format (ADF) for Jira Cloud. Note: comments cannot be deleted through this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | The ID of the comment to update (e.g. as returned by jira_add_comment). | |
| issueIdOrKey | Yes | The Jira issue key (e.g. 'PROJ-123') or numeric issue ID the comment belongs to. | |
| markdownBody | Yes | REQUIRED. The new comment body in Markdown format. Use headers, lists, bold, italic, code, links, tables, blockquotes, and horizontal rules. This will be converted to ADF for Jira. |