search_issues
Search and filter Linear issues by keyword, status, team, or assignee to locate relevant items quickly.
Instructions
Search for issues in Linear with powerful filtering options. Examples: 'Find all high-priority bugs assigned to me', 'Show open issues in the Engineering team', 'Search for issues about authentication'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of issues to return (default: 50) | |
| query | Yes | Search query - can be keywords, issue identifiers, or descriptions to search for | |
| status | No | Status to filter by (e.g., 'In Progress', 'Done', 'Todo') | |
| teamId | No | Team ID to filter results (use get_teams to find team IDs) | |
| assigneeId | No | Assignee ID to filter by. Pro tip: Use 'me' to filter by the current user |