get_work_items_by_ids
Fetch multiple Azure DevOps work items by their IDs in a single request to improve efficiency compared to individual calls.
Instructions
Fetch multiple work items by their IDs in a single request. More efficient than calling get_work_item repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of work item IDs (max 200) | |
| fields | No | Optional list of fields to return | |
| expand | No | Expand relations or fields |