Skip to main content
POST
Create issue

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required
Minimum string length: 1
team_id
string
required

Linear team id. Fetch from GET /me under linear_team_ids.

Minimum string length: 1
state_id
string
required

Linear workflow state id. Fetch from GET /issues/workflow-states?team_id=....

Minimum string length: 1
priority
required

Linear issue priority. 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low.

Available options:
0
description
string
project_id
string

Linear project id to attach the issue to.

assignee_id
string

Linear user id of the assignee.

label_ids
string[]

Linear label ids to attach.

is_visible
boolean

Whether the issue is shown on the customer portal. Defaults to hidden.

Response

Successful response

id
string
required
identifier
string
required
title
string
required
description
string | null
required
priority
string
required
status
string
required
linear_team_id
string
required
url
string
required
project_id
string | null
required
sort_order
number
required
total_score
number
required
is_visible
boolean | null
required
created_at
string
required
updated_at
string
required
linear_ticket_id
string
required