Is it possible to fetch data from history tab ?
Accepted answer
![](http://jazz.net/_images/myphoto/816e308452f4f52012f534042d1e336b.jpg)
As far as I can tell, the history states for an IAuditable can be retrieved using com.ibm.team.repository.service.IRepositoryItemService.fetchAllStates(IAuditableHandle)
You would have to resolve each state and do some kind of comparison. I have not looked at this.
4 other answers
![](http://jazz.net/_images/myphoto/816e308452f4f52012f534042d1e336b.jpg)
Hi
As an alternative a call to the reportable REST API such as this will give you the full history of a workitem (change the id=7 parameter to the id of the wi you need):