Is it possible to fetch data from history tab ?
Accepted answer
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
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):