Get RTC defect history using REST API
Accepted answer
Hi Nilesh,
you ca try following REST API:
https://your-server/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/workItemDTO2?id=4819&includeAttributes=false&includeLinks=false&includeApprovals=false&includeHistory=true&includeLinkHistory=false
This will return history of work item 4819
Let us know if that helps.
you ca try following REST API:
https://your-server/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/workItemDTO2?id=4819&includeAttributes=false&includeLinks=false&includeApprovals=false&includeHistory=true&includeLinkHistory=false
This will return history of work item 4819
Let us know if that helps.