Display the SQL for RTC Query
3 answers
Comments
I am using the results for some metrics. Is there any documentation on setting up a feed to pull the work items?
In eclipse, edit the query, under the 'Work Item Query' label, dropdown and select
I am not sure what you are doing but maybye using RRDI or Insight could resolve your issue?
Comments
I'm really looking to just export the results of a certain query to Excel with an established connection so that I can update regularly from Excel itself.
no idea how to get from query definition to external SQL stmts.
Hi Jamie,
Your case is really weird. Work item queries are executed in RTC live database but you want to get the output from the query from warehouse which has different structure and is designed for different cases.
Or I missed something?
Also If my understanding is that you do not have an access only to RTC live database and RTC machine. Is that correct?
Then you need to write a script which translates the output of the query e.g. to csv.
Are you integrating the output from any external data? You can try creating BIRT report with all data you need. Or you can create BIRT report with all work items and using http client to execute http query fetching the results in e.g. xls format.
Let us know if this another option helps you.