Get work item
get_work_itemRetrieve a single Azure Boards work item by its ID, including all fields, relations, and optional historical snapshot or selected fields for targeted analysis.
Instructions
Get one Azure Boards work item by ID, including all fields and relations by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asOf | No | Optional UTC date-time for a historical snapshot. | |
| expand | No | Expansion mode; defaults to all unless fields is supplied. | |
| fields | No | Optional Azure Boards field reference names, for example System.Title or System.Description. | |
| project | No | Project name or ID. Uses AZURE_DEVOPS_DEFAULT_PROJECT when omitted. | |
| workItemId | Yes | Azure Boards work item ID. |