Fetch project area history using server side api in RTC
One answer
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
Hi Ralph, I am stuck in getting timelines from project areas ,can you please suggest on same
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.