RTC Queries Web version on History
2 answers
Hello Robin,
I think https://jazz.net/forum/questions/82966/does-rtc-provide-query-creationmodification-history might be useful. Please have a look and let us know if you find if helpful.
Regards,
DH
I'm not sure this is strictly what you're after but a REST call such as:
https://SERVER:PORT/CONTEXT/rpt/repository/workitem?fields=workitem/workItem[id=REPLACE WITH VALID ID]/(itemHistory/*)
will return all history of a workitem. To determine what specifically changed between "versions" you could extract and compare the contents of each "itemHistory" tag.
This sounds harder than just going to the UI and checking the History there.
https://SERVER:PORT/CONTEXT/rpt/repository/workitem?fields=workitem/workItem[id=REPLACE WITH VALID ID]/(itemHistory/*)
will return all history of a workitem. To determine what specifically changed between "versions" you could extract and compare the contents of each "itemHistory" tag.
This sounds harder than just going to the UI and checking the History there.
Comments
Mark Guertin
FORUM ADMINISTRATOR Oct 04 '13, 3:35 p.m.I just want to make sure I understand clearly what you're asking for. What you would like is a way to display just the history of a work item without opening the work item itself?