azdo_get_work_items
Retrieve multiple Azure DevOps work items by their IDs, optionally including the latest comments.
Instructions
Get multiple work items by IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Work item IDs (comma-separated or array) | |
| 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. |