APIIntegrations
Get Linear issue automation configuration
Read the Linear team, project, and severity rules used to automatically create tickets for detected issues.
Path Parameters
connectionId*string
Linear integration connection ID.
Format
uuidQuery Parameters
organizationId?string
Organization the connection belongs to. Auto-filled from CLI and SDK context when omitted.
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/integrations/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08/linear-automation"{ "connectionId": "84b500d7-71c8-4b1f-adf4-f1eb0000973d", "enabled": true, "teamId": "string", "projectId": "string", "severityRules": { "low": "create", "medium": "create", "high": "create", "critical": "create" }}