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 |