Advanced Search Work Items
advanced_search_work_itemsFind work items using advanced filters and free-text search across Plane projects. Supports project-specific results and structured filter objects for precise queries.
Instructions
Filtered work item search (Plane's advanced-search endpoint).
Supports a structured filters object in addition to a text query. This
endpoint is permission-gated on some workspaces and editions; if it returns
403, fall back to search_work_items or list_work_items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results. | |
| query | No | Free-text query matched against work item fields. | |
| filters | No | Advanced filter object validated by Plane's filter set. | |
| project_id | No | Restrict results to one project UUID. | |
| workspace_search | No | Search all projects (default true). |