get_work_items
Retrieve multiple Azure DevOps work items by their IDs to access project details, status updates, and assigned fields for tracking development tasks.
Instructions
Get multiple work items by IDs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| workItemIds | Yes | Array of work item IDs | |
| fields | No | Comma-separated field names | |
| expand | No | Expand options | all |