Skip to main content
linear.createIssueRelation links a source issue to a target issue.
automations/relate-linear-issues.automation.ts
Provide issueId, relatedIssueId, and type. Type is "blocks", "duplicate", "related", or "similar". With "blocks", the source issueId blocks the target. Optional second argument { account } defaults to the project binding. Returns the created LinearIssueRelation with source and target issue references.