RTC API for pulling the reports data
Hi, We are planning to pull some reports data from RTC directly and render in our application.
Please advise the right approach to accomplish this. |
Accepted answer
You may consider using RTC Reportable REST API and you application should have the ability to send HTTP requests and process XML contents.
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI Bala Jegadeesan selected this answer as the correct answer
Comments
Bala Jegadeesan
commented Sep 11 '15, 10:15 a.m.
Hi Donald, thanks for your response. It appears that the RTC is not accepting the basic authentication (intranet id and password). We always get the below message.
/ <![CDATA[ / dojo.addOnLoad( function() { net.jazz.ajax.ui.PlatformUI.createAndRunWorkbench("net.jazz.web.app.authrequired"); }); / ]]> / </script> Please advise.
Donald Nong
commented Sep 13 '15, 10:01 p.m.
I don't really understand your code. CLM is using form authentication by default, so you have to authenticate accordingly.
|
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
You will need to identify exactly what data you want to retrieve, in order receive guidance on what API to use (you will not be using SQL queries ... you will be using HTTP or Java API calls).
Hi Geoffrey, thanks for the response.
We are looking for extracting the query data. For example, the query params are :
Planned For : August 2015
Type is : Epic
Status is NOT invalid
Similarly for all the months we would like to get the output of the query data and trying to render a chart in our application itself.
Please advise.