azuredevops_get_work_item
Retrieve detailed information about a specific Azure DevOps work item by numeric ID and project. Use to inspect fields, relations, links, or expanded data.
Instructions
Get detailed information about a specific Azure DevOps work item by its numeric ID. Project is required - discover it from project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID (numeric) | |
| expand | No | Expand options for additional data | |
| fields | No | Specific fields to retrieve (e.g., ["System.Title", "System.State"]) | |
| project | Yes | Azure DevOps project name (required - discover from project context) |