Skip to main content
POST
Link thread to issues or projects

Authorizations

Authorization
string
header
required

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

Path Parameters

thread_id
string
required

Body

application/json
issue_ids
string[]

Productlane issue ids to link this thread to. Combined with project_ids, at least one id must be provided.

project_ids
string[]

Productlane project ids to link this thread to. Combined with issue_ids, at least one id must be provided.

priority
integer

Linear's CustomerNeed.importance applied to every created link. Defaults to 0.

Required range: x >= 0

Response

Successful response

customer_needs
object[]
required