Querying Work Items Associated with a Change
Function
This API is used to query work items associated with a change.
Calling Method
For details, see Calling APIs.
URI
GET /v2/{cloudProjectId}/change-request/{changeRequestId}/workitems/query
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
cloudProjectId |
Yes |
String |
Project ID. |
changeRequestId |
Yes |
String |
Change ID. |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
[items] |
Array of WorkItemVO objects |
Work item list. |
Example Requests
GET https://{endpoint}/v2/2d09f712e9504b61b034cc8f40e475a8/change-request/adebc0cd4e9f44dfb92a6f5ad5106c2b/workitems/query
Example Responses
Status code: 200
Work item list.
[ { "work_item_id" : "2332711", "status" : "New", "title" : "asdsa", "type" : "Story" } ]
Status Codes
Status Code |
Description |
---|---|
200 |
Work item list. |
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