create_task_comment
Add a comment to a specific task in a project. Supports replies by specifying a parent comment ID.
Instructions
指定したタスクにコメントを投稿します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | プロジェクトID | |
| taskId | Yes | タスクID | |
| comment | Yes | コメント内容 | |
| parent | No | 親コメントID(返信の場合) |