ado_grep
Search Azure DevOps work items by regex pattern across fields like title, description, and comments. Filter results by type, state, area, assignee, or tag to pinpoint matching items.
Instructions
Regex pattern search across work item fields (title, description, comments, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| fields | No | Fields to search (default: title, description, comments) | |
| pattern | Yes | Regex pattern to search for | |
| tag_filter | No | Filter by tag | |
| area_filter | No | Filter by area path (prefix match) | |
| assigned_to | No | Filter by assignee email | |
| ignore_case | No | Case-insensitive matching | |
| type_filter | No | Filter by work item type (e.g. 'Bug', 'User Story') | |
| state_filter | No | Filter by state (e.g. 'Active', 'Closed') | |
| context_chars | No | Characters of context around each match |