How to get the history of changes to the process of a project area or a team area by java program?
Mates:
I want to write a Java program to read out the history of changes to the process of a project area or a team area. Could anyone suggest how to do it?
i.e. the page content of "Manger This Project Area" -->"History"
|
2 answers
Ralph Schoon (63.5k●3●36●46)
| answered Nov 23 '18, 10:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER In RTC all items that have a history are IAuditables. Such items have up to 2 contributing predecessor states. You can use the API to fetch all the states. Each of the state object should be one state of the history.
I know this has been done with the history you are talking about. I have no example code and not time to create one.
Comments
Ralph Schoon
commented Nov 23 '18, 10:26 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
BTW, the history view is an Eclipse view that you should be able to look at the code in the RTC SDK. |
|
Your answer
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.
Comments
I have already imported all jars in Plain Java Client Libraries from the link below.
https://jazz.net/downloads/rational-team-concert/releases/4.0.1?p=allDownloads