wit_update_work_items_batch
Update multiple Azure DevOps work items in batch using specified operations (Add, Replace, Remove) on fields, with support for HTML or Markdown formats. Ideal for managing bulk updates efficiently.
Instructions
Update work items in batch
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | An array of updates to apply to work items. Each update should include the operation (op), work item ID (id), field path (path), and new value (value). |