update_work_item
Modify existing Azure DevOps work items by updating fields, adding links, or removing attachments to track project progress.
Instructions
Update an existing work item
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| workItemId | Yes | Work item ID | |
| fields | No | Fields to update as key-value pairs | |
| links | No | Array of links to add. Each link should have rel and url properties | |
| removeLinks | No | Array of link URLs to remove |