search_workitem
Search and filter Azure DevOps work items by text, project, area path, type, state, or assigned users using PAT authentication. Supports pagination and optional facet inclusion for detailed results.
Instructions
Get Azure DevOps Work Item search results for a given search text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
areaPath | No | Filter by area paths | |
assignedTo | No | Filter by assigned to users | |
includeFacets | No | Include facets in the search results | |
project | No | Filter by projects | |
searchText | Yes | Search text to find in work items | |
skip | No | Number of results to skip for pagination | |
state | No | Filter by work item states | |
top | No | Number of results to return | |
workItemType | No | Filter by work item types |