It's all about the answers!

Ask a question

RTC API for pulling the reports data


Bala Jegadeesan (1356) | asked Sep 02 '15, 7:54 p.m.
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.

Comments
Geoffrey Clemm commented Sep 04 '15, 2:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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 commented 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.

Accepted answer


permanent link
Donald Nong (14.5k414) | answered Sep 06 '15, 8:19 p.m.
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.

<script type="text/javascript">
/ <![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


Register or to post 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.