assign_incident
Assign an incident to a specific GreyMatter user for clear ownership and effective incident response.
Instructions
Assign an incident to a GreyMatter user. input: AssignIncidentInput { incidentId, assigneeId }. Resolve assigneeId via the customer/users query. Variables: input. Example variables: {"input":{"assigneeId":"","incidentId":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: AssignIncidentInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |