| Property | Value |
|---|---|
| Auth | Required |
| Required integration | Linear |
| Idempotent | No |
Body
| Field | Type | Required | Notes |
|---|---|---|---|
teamId | string | yes | Linear team id. |
title | string | yes | Issue title. |
description | string | no | Markdown body. |
labelIds | string[] | no | Linear label ids. |
assigneeId | string | no | Linear user id. |
priority | integer | no | 0-4 per Linear’s scale. |
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session. |
| 401 | INTEGRATION_DISCONNECT | Linear OAuth expired. |
| 500 | INTERNAL_ERROR | Linear API call failed. |