Search / filter issues
linear_search_issuesFind issues, optionally filtered by a text query (matches title), team key, workflow-state name, or assignee email. Read-only. GraphQL: query issues(filter, first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Max issues to return. Default 25. | |
| query | No | Free text to match against issue titles (containsIgnoreCase). | |
| state | No | Workflow-state name, e.g. "In Progress", "Todo", "Done". | |
| teamKey | No | Team key, e.g. "ENG". Filters to that team. | |
| assigneeEmail | No | Filter to issues assigned to this user email. |