update-issue-comment
Modify existing comments on Plane.so project issues by providing updated text and visibility settings to maintain accurate project communication.
Instructions
Update an existing comment on an issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project containing the issue | |
| issue_id | Yes | ID of the issue containing the comment | |
| comment_id | Yes | ID of the comment to update | |
| comment | Yes | The updated comment text (will be converted to HTML) | |
| access | No | Comment visibility: INTERNAL (default) or EXTERNAL |