get_work_item
Retrieve Azure DevOps work item details by ID to view project tasks, bugs, or features with customizable field selection.
Instructions
Get work item details by ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| workItemId | Yes | Work item ID | |
| fields | No | Comma-separated field names | |
| expand | No | Expand options: all, relations, fields | all |