azdo_get_work_item
Retrieve a specific Azure DevOps work item by its ID, with optional inclusion of the latest N comments.
Instructions
Get work item by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID | |
| project | Yes | AzDO project name | |
| organization | Yes | AzDO org name | |
| include_latest_n_comments | No | Include the latest N comments (optional). Set to -1 for all comments. |