jira_edit_comment
Update an existing Jira comment by editing its text. Preview changes first and confirm to apply the update.
Instructions
Edit an existing Jira comment. In manual mode, returns a preview first and requires confirm_token to apply the update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Jira issue key (e.g. AT-123). Required for new edits, optional when confirming with confirm_token. | |
| body | No | Updated comment text (plain text, will be wrapped in ADF paragraph). Required for new edits, optional when confirming with confirm_token. | |
| commentId | No | Existing Jira comment id. Required for new edits, optional when confirming with confirm_token. | |
| confirm_token | No | Confirmation token from preview step. When provided, key/commentId/body are optional — the pending content is used. |