search_work_items
Find work items by text query, matching names, sequence IDs, and project identifiers across the workspace or within a single project.
Instructions
Search for work items by text query. Matches against item names, sequence IDs, and project identifiers. Searches the entire workspace unless project_id is given. Results contain summary fields only (name, id, sequence_id, project identifier); use retrieve_work_item for full details. When linking to a work item, use the format: {PLANE_BASE_URL}/{workspace_slug}/browse/{project_identifier}-{sequence_id}/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 10). | |
| query | Yes | The search text to look for in work items. | |
| project_id | No | Restrict the search to a single project by its UUID. |