search_tasks
Search tasks by text, tags, status, priority, assignee, and more. Get compact summaries to identify relevant tasks, then use get_task for full details.
Instructions
Search tasks with filters. Returns compact summaries. Use get_task for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Text search (title, description, task number) | |
| tag | No | Comma-separated tag names | |
| limit | No | Max results (default 50, max 200) | |
| status | No | Comma-separated: OPEN,IN_PROGRESS,RESOLVED,CLOSED | |
| teamId | No | Team ID (auto from session if omitted) | |
| aiStatus | No | Comma-separated: NONE,QUEUED,PROCESSING,COMPLETED,FAILED | |
| columnId | No | Filter by column ID | |
| priority | No | Comma-separated: LOW,MEDIUM,HIGH,CRITICAL | |
| projectId | No | Project ID (auto from session if omitted) | |
| assigneeId | No | Filter by assignee |