azdo_get_work_items
Retrieve multiple Azure DevOps work items by IDs from a specified organization and project, optionally including recent comments for project management tasks.
Instructions
Get multiple work items by IDs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Work item IDs (comma-separated or array) | |
| 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 |