search_tasks
Search and filter tasks using Elasticsearch, with parameters for workspace, board, status, assignees, tags, priority, completion, dates, and pagination.
Instructions
Search tasks (Elasticsearch-backed)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for paginated list endpoints. | |
| tags | No | Nested filter on tags (e.g. `tags:42`). | |
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| board | No | ||
| expand | No | Comma-separated list of fields to expand inline on the response (FlexFields style, e.g. `assignees,tags,time_tracking`). | |
| search | No | ||
| status | No | ||
| complete | No | ||
| due_date | No | ||
| ordering | No | ||
| priority | No | ||
| assignees | No | Nested filter on assignees (e.g. `assignees:123`). | |
| page_size | No | Page size for paginated list endpoints. | |
| task_type | No | ||
| start_date | No | ||
| Organization | No | Workspace (organization) ID the request is scoped to. |