Connecting to RQM to extract aata
Hi,
i have a customized reporting tool developed in JAVA which is used to collect relevant information and generate reports. I want to extract data (testcases,defects etc.,) from RQM and store in my local database and generate customized reports along with the existing data. is there a way to achieve this? is there an API for connecting to RQM and extract data , preferably using JAVA?
thanks
i have a customized reporting tool developed in JAVA which is used to collect relevant information and generate reports. I want to extract data (testcases,defects etc.,) from RQM and store in my local database and generate customized reports along with the existing data. is there a way to achieve this? is there an API for connecting to RQM and extract data , preferably using JAVA?
thanks
3 answers
Hi Anup,
The RQM URL Utility available at jazz.net "All Downloads" Tab will provide an interface you can call from your Java program to use the REST API and feed queries to access RQM artifacts.
This Wiki has the documentation: https://jazz.net/wiki/bin/view/Main/RQMURLUtility
This Wiki has the documentation for the REST API: https://jazz.net/wiki/bin/view/Main/RqmApi
In version 4.x, you can also export data to an Excel spreadsheet. You could then use that and other Microsoft Tools to extract and report on the data.
Toni
The RQM URL Utility available at jazz.net "All Downloads" Tab will provide an interface you can call from your Java program to use the REST API and feed queries to access RQM artifacts.
This Wiki has the documentation: https://jazz.net/wiki/bin/view/Main/RQMURLUtility
This Wiki has the documentation for the REST API: https://jazz.net/wiki/bin/view/Main/RqmApi
In version 4.x, you can also export data to an Excel spreadsheet. You could then use that and other Microsoft Tools to extract and report on the data.
Toni