Link Related Issue
Relations
Link Related Issue
Link an issue to another issue.
POST
Link Related Issue
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Your API key for authentication.
Path Parameters
Internal UUID of the source issue.
Body Parameters
Internal UUID of the target issue.
Relationship type. Must be one of:
related_toblocksduplicate_of
Response
Returns201 Created with the new relation.
null on success. Returns 404 if either issue does not exist or is not in your org.Docs for agents: llms.txt