How do I write queries on the RTC DB to extract some data?
3 answers
I do understand that CLM DB is blackbox but there are some essential features that are missing in RTC which force the user to get into DB to extract that kind of data. There is no report which you can run to identify a defect's status change from one state to another on the periodical basis(daily/weekly). In CQ, history had a filter to run the query on the defects to figure out the status changes if any. There is no way we can figure out anything related to History in RTC. Is there a way that someone can provide what are the main tables that store the defect work item data at least?
Comments
Did you consider using BIRT to get these kind of data. I developed various reports which displayed the kind of information you're looking for. Best point to start I assume would be the WORKITEMS_SNAPSHOT. There are a couple of tables which refer to the data warehouse.
If you use the advanced BIRT data source it's also possible to create some kind of SQL-like queries.
Comments
sam detweiler
Mar 07 '14, 8:19 p.m.why do you want to go direct to the DB? the structure is not documented for this kind of access. there are apis to get to the data