add_issue_comment
Add a comment to a specific issue using project_id, issue_id, and comment_html. Use get_issue_using_readable_identifier to convert readable identifiers into UUIDs for this action.
Instructions
Add a comment to a specific issue. This requests project_id and issue_id as uuid parameters. If you have a readable identifier, you can use the get_issue_using_readable_identifier tool to get the issue_id and project_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The uuid identifier of the issue to get | |
| project_id | Yes | The uuid identifier of the project to get issues for | |
| comment_html | Yes | The html content of the comment to add |