wit_update_work_item
Modifies specific fields of a work item in Azure DevOps using its ID. Supports add, replace, and remove operations for field updates via PAT authentication.
Instructions
Update a work item by ID with specified fields.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the work item to update. | |
updates | Yes | An array of field updates to apply to the work item. |