searchWorkItems
Find Azure DevOps work items by title text. Returns matching IDs, titles, and states for quick reference.
Instructions
Search work items whose title contains the given text (WIQL CONTAINS on System.Title). Returns { id, title, state }[].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |