It's all about the answers!

Ask a question

History Details for Work item in RTC


Asha U S (11) | asked Jun 17 '20, 3:40 a.m.
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



permanent link
Subramanya Prasad Pilar (4.6k14) | answered Jun 17 '20, 6:55 a.m.
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.

permanent link
Asha U S (11) | answered Jun 19 '20, 2:26 a.m.

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.

Your answer


Register or to post your answer.