search_work_items
Search Azure DevOps work items using natural language queries across titles, descriptions, and comments. Find relevant items faster than with WIQL queries.
Instructions
Search work items by text across title, description and comments. Easier than WIQL for natural language queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchText | Yes | Text to search for (e.g., "login bug", "payment timeout") | |
| top | No | Max results to return (default: 25) | |
| skip | No | Number of results to skip for pagination (default: 0) |