linear_search_issues
Search Linear issues using filters like team, status, assignee, labels, priority, and estimate to find specific project tasks.
Instructions
Search issues with flexible filtering.
Args:
query: Text to search in title/description
team_id: Filter by team
status: Filter by status
assignee_id: Filter by assignee
labels: Filter by labels
priority: Filter by priority
estimate: Filter by estimate points
include_archived: Include archived issues
limit: Max results (default: 10)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| team_id | No | ||
| status | No | ||
| assignee_id | No | ||
| labels | No | ||
| priority | No | ||
| estimate | No | ||
| include_archived | No | ||
| limit | No |