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
sam detweiler
commented Apr 22 '14, 3:08 p.m.
pretty cool.. thanks
Karthik Krishnan
commented Apr 23 '14, 4:47 a.m.
Thanks. Will check this out
Karthik Krishnan
commented Apr 23 '14, 4:48 a.m.
Thanks. Will check this out |
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.
Comments
I have not seen how to access workitem history from an application.