search_work_items
Search for work items across Azure DevOps projects using filters, sorting, and faceting for precise results.
Instructions
Search for work items across projects in Azure DevOps
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filters | No | Optional filters to narrow search results | |
includeFacets | No | Whether to include faceting in results (default: true) | |
orderBy | No | Options for sorting search results | |
projectId | Yes | The ID or name of the project to search in | |
searchText | Yes | The text to search for in work items | |
skip | No | Number of results to skip for pagination (default: 0) | |
top | No | Number of results to return (default: 100, max: 1000) |