How to extract workitem state change historty data from RTC?
Is there a way to extract history data related to work item state change in RTC.
We are looking to create a report that shows different states that a defect work item moved through along with the date when the state was changed. We have a defect WI which has states like Raised -> Assigned -> In progress -> In Verification -> Resolved. We are trying to create report that the turn around time between the defect was assigned and moved to In verification state. We are looking to extract data related to when the defect was moved to assign state and In Verification state. What are the possible ways to extract these information from RTC? |
One answer
This post talks about using the REST API to retrieve history data:
https://jazz.net/forum/questions/88945/how-to-get-the-history-of-a-work-item-by-oslc You can also refer to the API documentation to get the specific fields you need and filter the result set returned by your query: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI Comments
Rohit Rishabh
commented Jun 24 '15, 5:16 p.m.
Hi Brian,
Brian Fleming
commented Jun 25 '15, 8:44 a.m.
The JRS Report Builder in 6.0 has both "Work Item History" and "Work Item State History" as top level artifacts to build your report off of. I'm not sure if these options were in earlier versions or not. I'd suggest experimenting with this to see if it meets your needs.
|
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.