add_issue_comment
Add an HTML comment to an issue in a Plane project by specifying the project ID, issue ID, and comment HTML.
Instructions
Add a comment to an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Plane issue UUID or identifier. | |
| project_id | Yes | Plane project UUID or identifier. | |
| comment_html | Yes | HTML comment body. |