azuredevops_update_work_item
Update an existing Azure DevOps work item using JSON Patch operations to change fields or state transitions; requires project and work item ID.
Instructions
Update an existing Azure DevOps work item using JSON Patch operations. Can modify any field including state transitions. Project is required - discover it from project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Work item ID to update | |
| project | Yes | Azure DevOps project name (required - discover from project context) | |
| operations | Yes | Array of JSON Patch operations to apply |