resolve_task
Resolve a task by providing its ID, a close code (cancelled, duplicate, or resolved), and an optional note to update its status.
Instructions
Resolve a task. input: ResolveTaskInput { taskId, closeCode (CANCELLED, DUPLICATE, or RESOLVED), closeNote }. 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":{"closeCode":"CANCELLED","closeNote":"","taskId":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| input | Yes | GraphQL: ResolveTaskInput! | |
| order | No | GraphQL: TaskCommentOrder | |
| filter | No | GraphQL: TaskCommentFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |