add_task_comment
Add a comment to a task to provide updates, ask questions, or document actions. Specify the task ID and comment text to post it directly to the task.
Instructions
Add a comment to a task. input: TaskCommentInput { taskId, comment }. Variables: after, filter, first, order, input. Example variables: {"after":"T18w","filter":{"created":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"types":["PUBLIC"]},"first":10,"order":{"direction":"ASC","orderBy":"CREATED_AT"},"input":{"comment":"","taskId":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| input | Yes | GraphQL: TaskCommentInput! | |
| order | No | GraphQL: TaskCommentOrder | |
| filter | No | GraphQL: TaskCommentFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |