devops_work_item_update
Update specific fields of a work item by its numeric ID using JSON patch operations. Supports add, replace, and remove actions with optional validation-only mode.
Instructions
Update fields on a work item by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_item_id | Yes | The numeric work item ID to update. | |
| updates | Yes | List of field updates to apply. Each entry must have: 'op' (one of 'add', 'replace', 'remove'; defaults to 'add'), 'name' (field reference name, e.g. 'System.Title'), and 'value' (required for 'add'/'replace', omit for 'remove'). | |
| validate_only | No | If True, validate the input against system rules without saving the work item (dry run). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |