devops_work_item_search
Find Azure DevOps work items using full-text search, with optional filters for type, state, area path, or assignee.
Instructions
Search work items (PBIs, bugs, tasks, etc.) in the configured Azure DevOps project using full-text search. Optionally filter by area path, work item type, state, or assigned-to user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of results to return (1–200). | |
| skip | No | Number of results to skip for pagination. | |
| state | No | Filter results to one or more work item states (e.g. 'Active', 'Closed'). | |
| area_path | No | Filter results to one or more area paths. | |
| assigned_to | No | Filter results to one or more assigned-to display names or canonical identity values. | |
| search_text | Yes | Keywords to search for in work item fields. | |
| include_facets | No | When true, include facet counts in the response. | |
| work_item_type | No | Filter results to one or more work item types (e.g. 'Bug', 'Task'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |