getWorkItem
Fetch complete Azure DevOps work item JSON by ID, including all field values, relations, and links for thorough inspection.
Instructions
Returns the complete Azure DevOps work item JSON from GET /_apis/wit/workitems/{id}?$expand=all. Includes the full fields map (System.Title, System.Description, System.Tags, custom fields, etc. — only fields with values are present), relations, _links, rev. This is NOT limited to id/title/state/assignedTo; read the fields object for description, tags, and links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |