Skip to main content
POST
Link Tickets

Authorizations

Authorization
string
header
required

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

Path Parameters

ticket_id
string
required

The ID of the ticket to link from

Body

application/json
linkedTicketId
string

The ID of the ticket to link to. Must be in the same team as ticket_id.

Response

Success

The response is of type LinkTicketsResponse · object.