search_issues
Find Linear issues by full-text query, filtered by team, state, or assignee. Locate relevant issues quickly for tracking or updates.
Instructions
Full-text search over Linear issues, with optional filters.
team: team key or full team name, e.g. "GOV" or "Governance".
state: workflow state name, e.g. "In Progress". Resolved against the team's
workflow when team is given; without a team there is no workflow to
resolve against, so the value is sent as written and must match the state
name Linear stores.
assignee: user display name, full name, or email. See list_users.
Names are resolved the same way create_issue resolves them: a name that does
not match returns an error listing the valid options, not an empty result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | ||
| limit | No | ||
| query | Yes | ||
| state | No | ||
| assignee | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |