Skip to main content
linear.listIssueRelations returns outgoing and inverse relations, whose meaning depends on the starting issue.
automations/list-linear-relations.automation.ts
issueId accepts a UUID or identifier. limit accepts 1–50 and defaults to 50 for each direction. after paginates outgoing relations. inverseAfter independently paginates inverseRelations. Optional second argument { account } defaults to the project binding. Returns both arrays and separate pageInfo and inversePageInfo. Each relation includes id, type, source issue, target relatedIssue, and dates.