Skip to content

Link an incident to a Linear issue

POST
/v1/integrations/linear/incidents/{incident_id}/issues/{issue_key}
curl --request POST \
--url https://api.adversarial.com/api/v1/integrations/linear/incidents/INC-1/issues/550e8400-e29b-41d4-a716-446655440000
incident_id
required
string

String-formatted IncidentId

Example
INC-1
issue_key
required
string

The stable Linear issue id (UUID), not the human identifier — a team-key rename can reuse the identifier

Example
550e8400-e29b-41d4-a716-446655440000

Incident linked to Linear issue

Media typeapplication/json

Acknowledgement returned by ticket link/unlink endpoints.

object
status
required

Human-readable confirmation message (e.g. “RSK-00042 linked to ticket PROJ-123”).

string
Examplegenerated
{
"status": "example"
}