search_work_items
Search for work items across Azure DevOps projects using text queries. Apply filters by state, type, area path, or assignee to narrow results.
Instructions
Search for work items across projects in Azure DevOps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of results to return (default: 100, max: 1000) | |
| skip | No | Number of results to skip for pagination (default: 0) | |
| filters | No | Optional filters to narrow search results | |
| orderBy | No | Options for sorting search results | |
| projectId | No | The ID or name of the project to search in. If omitted, the search runs across the organization when supported. | |
| searchText | Yes | The text to search for in work items | |
| includeFacets | No | Whether to include faceting in results (default: true) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |