linear.listIssues filters by ownership, planning, state, date, or text.
automations/list-linear-issues.automation.ts
assigneeId, createdAtOrAfter, labelId, projectId, search, stateId, teamId, and updatedAtOrAfter. The parentId filter returns direct sub-issues. Timestamps require an ISO offset. orderBy is "createdAt" or "updatedAt" and defaults to "updatedAt". limit accepts 1–50 and defaults to 50. Other common page fields are after and includeArchived. Optional second argument { account } defaults to the project binding.
Returns { issues: LinearIssue[]; pageInfo: LinearPageInfo }. Pass endCursor as after while hasNextPage is true.