ado_workitems_get
Retrieve complete details of a specific Azure DevOps work item by its ID, including fields, description, tags, and relationships. Use this to view all information for a known work item.
Instructions
Get full details of a single work item by its ID, including all fields, description, tags, and relations. Use ado_workitems_query or ado_workitems_list_recent to find work item IDs first. If project is supplied and the item belongs to a different project, the call will error with the actual project name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID | |
| expand | No | Level of detail: 'all' includes relations and fields, 'none' for minimal. | all |
| project | No | Project scope for validation. When provided, errors if the item belongs to a different project. |