RTC API for pulling the reports data
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
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI
Comments
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.
I don't really understand your code. CLM is using form authentication by default, so you have to authenticate accordingly.
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 04 '15, 2:21 a.m.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).
Bala Jegadeesan
Sep 04 '15, 4:09 p.m.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.