ado_search
Search Azure DevOps work items and wiki pages with full-text queries, then filter results by tags, area, assignee, type, or state to find relevant information.
Instructions
Full-text search of indexed Azure DevOps work items and wiki pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| query | Yes | Search query text | |
| tag_filter | No | Filter by tag | |
| area_filter | No | Filter by area path (prefix match) | |
| assigned_to | No | Filter by assignee email | |
| type_filter | No | Filter by work item type (e.g. 'Bug', 'User Story') | |
| state_filter | No | Filter by state (e.g. 'Active', 'Closed') |