Is it possible to access work item history via plain Java API or OSLC?
![]()
Since the queries does not offer to query history objects like CQ we were thinking of writing some scripts to do that.
My question is it possible to access the history object via Plain Java API or OSLC?
I want to access status & resolution and some attributes from history
|
Accepted answer
![]()
I'm not sure about the Java API but the Reportable REST API provides access to work item history. Look at the itemHistory property of the workItem element (https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#workItem_type_com_ibm_team_worki)
Karthik Krishnan selected this answer as the correct answer
|
Comments
I have not seen how to access workitem history from an application.