create_task_comment
Add comments to tasks using their database ID or HRID. Provide task identifier and comment text, with optional reply to a previous comment.
Instructions
Create a new comment on a task by database ID or HRID (e.g., "PRJ-123")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| content | Yes | ||
| replyTo | No |