azdo_get_work_item
Retrieve Azure DevOps work items by ID to access project details, status updates, and recent comments for tracking development progress.
Instructions
Get work item by ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID | |
| include_latest_n_comments | No | Include the latest N comments (optional). Set to -1 for all comments. | |
| organization | Yes | AzDO org name | |
| project | Yes | AzDO project name |