update-work-item
Modify and update Azure DevOps work items with fields like title, description, state, assignedTo, iterationPath, tags, and custom fields using MCP server for secure, context-aware integration.
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 |