History Details for Work item in RTC
![]()
Hello,
For the work items in RTC, there is a tab with History details(details like Modified data,Modified By). Is there any OSLC/REST API to get the history details for a Work Item? Please suggest. TIA.
|
2 answers
![]()
Hi Asha,
You can get WorkItem history through reportable REST API in itemHistory element. For example,
https://<server>:9443/ccm/rpt/repository/workitem?fields=workitem/workItem[id=123]/itemHistory/* will return the history of the work item having id 123. |
![]() Thank you Subramanya. The intention behind getting history details is to check on change in Status of work item. But I don't see Status data in the result. Anyway I can trace it through this data? Please suggest.
|