create_task
Create a task in ReliaQuest GreyMatter by providing assignee, description, and metadata, with optional filters and ordering for associated comments.
Instructions
Tasks · mutation createTask. 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":{"assignee":"","description":"","metadata":{"engineeringMetadata":{"businessCriticalLo...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| input | Yes | GraphQL: CreateTaskInput! | |
| order | No | GraphQL: TaskCommentOrder | |
| filter | No | GraphQL: TaskCommentFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |