Azure DevOps Connector
Documentation
Version: 2
Documentation

EndPoint Update Work Item


Name

update_workitem

Description

Updates an existing work item in the default project within the organization. [API Help]

Parameters

Parameter Label Required Options Description
Project Project Name YES The Name of the project.
Id Work Item Id NO
Operation Operation NO
Option Value
replace replace
add add
remove remove
copy copy
move move
test test
Some operation requires you to supply 'add' rather than 'replace' (e.g. adding new tag)

Output Columns

Label DataType Length Raw Description
Id DT_I4 0 False
Title DT_WSTR 1000 False
Description DT_WSTR 4000 False
WorkItemType DT_WSTR 100 False
State DT_WSTR 100 False
Url DT_WSTR 2048 False
Tags DT_WSTR 4000 False
Revision DT_I4 0 False
AreaPath DT_WSTR 500 False
TeamProject DT_WSTR 500 False
IterationPath DT_WSTR 500 False
Reason DT_WSTR 500 False
CreatedDate DT_DBTIMESTAMP 0 False
ChangedDate DT_DBTIMESTAMP 0 False
CommentCount DT_I4 0 False
AssignedToDisplayName DT_WSTR 500 False
AssignedToUrl DT_WSTR 2048 False
AssignedToLinksAvatarHref DT_WSTR 4000 False
AssignedToId DT_WSTR 500 False
AssignedToUniqueName DT_WSTR 500 False
AssignedToImageUrl DT_WSTR 2048 False
AssignedToDescriptor DT_WSTR 2000 False
CreatedByDisplayName DT_WSTR 500 False
CreatedByUrl DT_WSTR 2048 False
CreatedByLinksAvatarHref DT_WSTR 2048 False
CreatedById DT_WSTR 500 False
CreatedByUniqueName DT_WSTR 500 False
CreatedByImageUrl DT_WSTR 2048 False
CreatedByDescriptor DT_WSTR 2000 False
ChangedByDisplayName DT_WSTR 500 False
ChangedByUrl DT_WSTR 2048 False
ChangedByLinksAvatarHref DT_WSTR 2048 False
ChangedById DT_WSTR 500 False
ChangedByUniqueName DT_WSTR 500 False
ChangedByImageUrl DT_WSTR 2048 False
ChangedByDescriptor DT_WSTR 2000 False
Watermark DT_WSTR 500 False
StateChangeDate DT_DBTIMESTAMP 0 False
Priority DT_I4 0 False
Triage DT_WSTR 1000 False
StackRank DT_I4 0 False
Blocked DT_WSTR 500 False
TaskType DT_WSTR 500 False
RequiresReview DT_WSTR 100 False
RequiresTest DT_WSTR 100 False
ActivatedDate DT_DBTIMESTAMP 0 False
ActivatedByDisplayName DT_WSTR 500 False
ActivatedByUrl DT_WSTR 2048 False
ActivatedByLinksAvatarHref DT_WSTR 2048 False
ActivatedById DT_WSTR 500 False
ActivatedByUniqueName DT_WSTR 500 False
ActivatedByImageUrl DT_WSTR 2048 False
ActivatedByDescriptor DT_WSTR 2000 False
ClosedDate DT_DBTIMESTAMP 0 False
ClosedByDisplayName DT_WSTR 500 False
ClosedByUrl DT_WSTR 2048 False
ClosedByLinksAvatarHref DT_WSTR 2048 False
ClosedById DT_WSTR 500 False
ClosedByUniqueName DT_WSTR 500 False
ClosedByImageUrl DT_WSTR 2048 False
ClosedByDescriptor DT_WSTR 2000 False
ResolvedDate DT_DBTIMESTAMP 0 False
ResolvedByDisplayName DT_WSTR 500 False
ResolvedByUrl DT_WSTR 2048 False
ResolvedByLinksAvatarHref DT_WSTR 2048 False
ResolvedById DT_WSTR 500 False
ResolvedByUniqueName DT_WSTR 500 False
ResolvedByImageUrl DT_WSTR 2048 False
ResolvedByDescriptor DT_WSTR 2000 False
ResolvedReason DT_WSTR 4000 False
AreaId DT_WSTR 500 False
IterationId DT_WSTR 500 False
RevisedDate DT_DBTIMESTAMP 0 False
RemoteLinkCount DT_I4 0 False
RelatedLinkCount DT_I4 0 False
HyperLinkCount DT_I4 0 False
ExternalLinkCount DT_I4 0 False
History DT_WSTR 2000 False
IntegrationBuild DT_WSTR 500 False
FoundIn DT_WSTR 500 False
OriginalEstimate DT_R4 0 False
RemainingWork DT_R4 0 False
CompletedWork DT_R4 0 False
Size DT_R4 0 False
Effort DT_R4 0 False
TargetDate DT_DBTIMESTAMP 0 False
StoryPoints DT_R4 0 False
StartDate DT_DBTIMESTAMP 0 False
FinishDate DT_DBTIMESTAMP 0 False
DueDate DT_DBTIMESTAMP 0 False
Discipline DT_WSTR 500 False
SystemInfo DT_WSTR 4000 False
Steps DT_WSTR 4000 False
ReproSteps DT_WSTR 4000 False
[$parent.referenceName$] DT_WSTR 4000 False

Input Columns

Label DataType Length Raw Description
Id DT_WSTR 4000 False
WorkItemType DT_WSTR 1000 True
Title DT_WSTR 1000 True
Description DT_WSTR 4000 True
State DT_WSTR 100 True
History DT_WSTR 100 True
Tags DT_WSTR 4000 True
Revision DT_WSTR 4000 True
AreaPath DT_WSTR 500 True
TeamProject DT_WSTR 500 True
IterationPath DT_WSTR 500 True
Reason DT_WSTR 500 True
AssignedTo DT_WSTR 500 True
Priority DT_WSTR 4000 True
Triage DT_WSTR 1000 True
StackRank DT_WSTR 4000 True
Blocked DT_WSTR 500 True
TaskType DT_WSTR 500 True
RequiresReview DT_WSTR 100 True
RequiresTest DT_WSTR 100 True
ActivatedDate DT_WSTR 4000 True
ActivatedBy DT_WSTR 500 True
ClosedDate DT_WSTR 4000 True
ClosedBy DT_WSTR 500 True
ResolvedDate DT_WSTR 4000 True
ResolvedReason DT_WSTR 4000 True
IntegrationBuild DT_WSTR 500 True
FoundIn DT_WSTR 500 True
OriginalEstimate DT_R4 0 True
RemainingWork DT_R4 0 True
CompletedWork DT_R4 0 True
Size DT_R4 0 True
Effort DT_R4 0 True
TargetDate DT_DBTIMESTAMP 0 True
StartDate DT_DBTIMESTAMP 0 True
FinishDate DT_DBTIMESTAMP 0 True
DueDate DT_DBTIMESTAMP 0 True
StoryPoints DT_R4 0 True
Discipline DT_WSTR 100 True
SystemInfo DT_WSTR 4000 True
Steps DT_WSTR 4000 True
ReproSteps DT_WSTR 4000 True
[$parent.referenceName$] DT_WSTR 4000 True