search_work_items
Search Azure DevOps work items across projects using full-text or WIQL queries, with optional project scope to get IDs and summaries.
Instructions
Search/browse work items ORG-WIDE (cross-project) by default. Backend is WIQL (POST _apis/wit/wiql); pass text for full-text Search (almsearch), or project to scope to one project. Returns id + summary fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results (default 50). | |
| text | No | Full-text search string (uses almsearch; falls back to WIQL). | |
| wiql | No | Raw WIQL query. If omitted, a bounded recent-items query (@Me) is used. | |
| project | No | Restrict to a single project (optional; omit for org-wide). |