ado_get_work_item
Retrieve a single work item by ID from Azure DevOps, with options to specify project, fields, and expand relations.
Instructions
Get a single work item by ID (org-wide lookup; project optional). Optionally expand relations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID | |
| fields | No | Specific field reference names to return | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| expandRelations | No | Include links/relations |