UpdateWorkItem
Update a work item.
Input
Name | Type | Required | Description |
ProjectId | String | True | Id of the Project. |
WorkItemId | String | True | Id of the Work Item. |
From | String | False | The path to copy from for the Move/Copy operation. |
Op | String | False | The patch operation. Possible values: add, copy, move, remove, replace, test. |
Path | String | False | The path for the operation. |
Value | String | False | The value for the operation. |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |