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.
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.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means.
Learn more here.