update-work-item
Modify existing work items in Azure DevOps by updating fields like title, description, state, assignedTo, iterationPath, tags, and parent hierarchy. Streamline task management and ensure accurate tracking across projects.
Instructions
Update an existing work item in Azure DevOps
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignedTo | No | Email of the person to assign the work item to | |
description | No | Updated work item description | |
fields | No | Generic field updates as key-value pairs | |
id | Yes | Work item ID to update | |
iterationPath | No | Iteration path for sprint assignment (e.g., ProjectName\Sprint 1) | |
parent | No | Parent work item ID for establishing hierarchy | |
state | No | Updated work item state (e.g., Active, Resolved, Closed) | |
tags | No | Semicolon-separated tags | |
title | No | Updated work item title |