find_work_items
Search work items by free text or facets to retrieve the task ID needed for updates and moves.
Instructions
Search a project's work items by free text and/or facets — the name-based lookup that saves chaining list→scan→act. query matches title or description (case-insensitive). Optional facet filters: importance (level name e.g. 'Urgent'), tag (name), stage (name). status: open|closed|all (default open). Use this to resolve a task you only know by name into its id before update_work_item / move / etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| query | No | ||
| stage | No | ||
| format | No | Output format: 'concise' | 'detailed' | 'json'. | concise |
| status | No | open | |
| importance | No | ||
| project_id | Yes |