add_incident_comment
Append a comment to an incident in ReliaQuest GreyMatter by specifying the incident ID and comment text, allowing you to document notes or updates directly on the incident.
Instructions
Add a comment to an incident. input: IncidentCommentInput { incidentId, comment }. Variables: after, filter, first, order, input. Example variables: {"after":"T18w","filter":{"earliestCreate":"2026-05-01T00:00:00.000Z","latestCreate":"2026-05-01T00:00:00.000Z","types":["PUBLIC"]},"first":10,"order":{"direction":"ASC","orderBy":"CREATED_AT"},"input":{"comment":"","incidentId":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| input | Yes | GraphQL: IncidentCommentInput! | |
| order | No | GraphQL: IncidentCommentOrder | |
| filter | No | GraphQL: IncidentCommentFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |