It's all about the answers!

Ask a question

Fetch project area history using server side api in RTC


CLM _User (2115) | asked Dec 17 '18, 1:17 a.m.
edited Dec 17 '18, 8:38 a.m. by Ralph Schoon (63.1k33646)
Hi All,

 

Can We fetch the project area history using server side API in RTC, I want to fetch iteration creation dates.
CLM version - 6.0.6

Thank You

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Dec 17 '18, 3:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 Iterations and their changes are not stored in the project area history.

However, surprisingly an IIteration is an com.ibm.team.repository.common.IAuditable and you can try to use that Interface to get the history. I am not sure if the history is stored, but the IAuditable indicates there is a chance.


Comments
CLM _User commented Dec 17 '18, 6:22 a.m.

 Hi Ralph, I am stuck in getting timelines from project areas ,can you please suggest on same


Ralph Schoon commented Dec 17 '18, 6:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Sorry. I can't. https://github.com/jazz-community/work-item-command-line has some code for timelines and iterations. The code is likely client or common. There is likely the same code in the server common API.

Your answer


Register or to post 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.