Update work item
update_work_itemUpdate Azure Boards items: change state, assignee, tags, sprint, area, or custom fields. Include an expected revision to prevent stale overwrites.
Instructions
Update state, assignee, tags, sprint, area, or custom fields on an Azure Boards item. Optional revision check prevents stale writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| state | No | ||
| fields | No | Azure Boards field reference names mapped to values. | |
| confirm | Yes | Must be true to perform the mutation. | |
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| areaPath | No | ||
| assignedTo | No | ||
| workItemId | Yes | Azure Boards work item ID. | |
| removeFields | No | ||
| validateOnly | No | ||
| iterationPath | No | Set this to move the item to a sprint. | |
| expectedRevision | No | Fail if the work item revision changed. | |
| suppressNotifications | No |