Updating Work Items Associated with a Change
Function
This API is used to update work items associated with a change.
Calling Method
For details, see Calling APIs.
URI
PUT /v2/{cloudProjectId}/change-request/{changeRequestId}/workitem/update
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
cloudProjectId |
Yes |
String |
Project ID. |
|
changeRequestId |
Yes |
String |
Change ID. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
work_item_ids |
Yes |
Array of strings |
Work item ID. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
- |
String |
Whether the modification is successful. |
Example Requests
PUT https://{endpoint}/v2/2d09f712e9504b61b034cc8f40e475a8/change-request/adebc0cd4e9f44dfb92a6f5ad5106c2b/workitem/update
{
"work_item_ids" : [ "2332711" ]
}
Example Responses
Status code: 200
ok
true
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
ok |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot