Edit Comment
jira_edit_commentEdit an existing comment on a Jira issue using the issue key and comment ID. Provide updated Markdown text and set optional visibility to control who can see it.
Instructions
Edit an existing comment on a Jira issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Updated comment text in Markdown format | |
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123', 'ACV2-642') | |
| comment_id | Yes | The ID of the comment to edit | |
| visibility | No | (Optional) Comment visibility as JSON string (e.g. '{"type":"group","value":"jira-users"}') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |