Basic Information

appmixer.azuredevops.core.UpdateWorkItem

Update Work Item

1.0.0

Public

Update one or more fields on an existing Azure DevOps work item. Only fields with provided values will be updated.

Input Ports

in

FieldTypeDescription
Organization text The name of your Azure DevOps organization (e.g. mycompany from https://dev.azure.com/mycompany).
Project text The name or ID of the Azure DevOps project.
Work Item ID number The unique numeric ID of the work item to update.
Title text New title for the work item.
Description textarea New description for the work item. HTML is supported.
State text New state for the work item (e.g. Active, Resolved, Closed). Valid states depend on your process template.
Priority number New priority value. Common values: 1 (Critical), 2 (High), 3 (Medium), 4 (Low).
Assigned To text Email address or display name of the user to assign the work item to.
Area Path text New area path for the work item.
Iteration Path text New iteration path (sprint) for the work item.
Tags text Semicolon-separated list of tags. This replaces all existing tags.

Output Ports

out

FieldTypeDescription
Work Item ID -
Revision -
API URL -
Title -
State -
Work Item Type -
Project -
Area Path -
Iteration Path -
Description -
Tags -
Priority -
Assigned To (Display Name) -
Assigned To (Email) -
Changed Date -
Web URL -

Full Metadata