get_work_item
Retrieve specific work items from Azure DevOps by IDs, with options to expand details, filter fields, set error policies, and reference past states using the 'asOf' parameter.
Instructions
Get work items by IDs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
$expand | No | Expand options (None=0, Relations=1, Fields=2, Links=3, All=4) | |
asOf | No | As of a specific date (ISO 8601) | |
errorPolicy | No | Error policy (Fail=1, Omit=2) | |
fields | No | Fields to include (e.g., "System.Title", "System.State") | |
ids | Yes | Work item IDs |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Azure DevOps MCP Server for Cline
Related Tools
- @mmruesch12/azdo-mcp
- @RyanCardin15/AzureDevOps-MCP
- @Tiberriver256/mcp-server-azure-devops
- @Vortiago/mcp-azure-devops
- @RyanCardin15/AzureDevOps-MCP