list_issues
List Linear issues using filters like assignee, state, team, project, and text search. Supports ordering by updated or created date.
Instructions
List issues with common filters.
assignee_id accepts a user UUID or the literal me. state_type
accepts one of: backlog, unstarted, started, completed, canceled,
triage. query does a full-text search across title + description.
filter lets you pass a raw Linear IssueFilter for cases the
convenience args don't cover.
order_by is updatedAt (default) or createdAt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| first | No | ||
| query | No | ||
| filter | No | ||
| team_id | No | ||
| order_by | No | updatedAt | |
| workspace | No | ||
| project_id | No | ||
| state_name | No | ||
| state_type | No | ||
| assignee_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||