linear.
| Property | Value |
|---|---|
| Auth | Required |
| Required integration | Linear (with dac-backlog/destination set to linear) |
| Idempotent | No (each call creates a new Linear issue) |
Body
| Field | Type | Required | Notes |
|---|---|---|---|
artifactType | recommendation | move | board_report | yes | What’s being pushed. |
artifactId | string | yes | The Dacard id. |
labelIds | string[] | no | Linear label ids to apply. |
Response
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session. |
| 401 | INTEGRATION_DISCONNECT | Linear OAuth expired. |
| 403 | FORBIDDEN | Caller does not own the artifact. |
| 404 | Artifact not found | Bad artifactId. |
| 500 | INTERNAL_ERROR | Linear API call or write failed. |