Skip to main content
POST
Link Related Issue

Overview

Creates a typed link from one issue to another. Relations are directed: stored on the source issue ({id}) and outgoing to related_issue_id. The same relation appears with direction: "incoming" when listed from the target issue.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
Internal UUID of the source issue.

Body Parameters

Internal UUID of the target issue.
string
required
Relationship type. Must be one of:
  • related_to
  • blocks
  • duplicate_of

Response

Returns 201 Created with the new relation.
object
null | array
null on success. Returns 404 if either issue does not exist or is not in your org.

Docs for agents: llms.txt