Skip to main content
listIssueRelations returns both directions because directional relationships have different meaning depending on which issue you start from.
automations/list-linear-relations.automation.ts
issueId accepts a UUID or identifier. limit is 1–50 and defaults to 50 for each direction. after paginates outgoing relations; inverseAfter independently paginates inverseRelations; optional account defaults to the project binding. Returns both arrays and separate pageInfo and inversePageInfo. Each relation includes id, type, source issue, target relatedIssue, and lifecycle dates.