add_comment
Post a comment to a specific Plane task using HTML content, enabling team communication and task updates.
Instructions
Post a comment on a task.
body_html is run through nh3 with the default allowlist before being sent to Plane. Plane sanitizes description_html server-side but not comment_html, so we mirror its sanitizer here to keep parity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Task UUID. | |
| body_html | Yes | Comment body as HTML. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||