Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes

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.


Accepted answer

Permanent link
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

0 votes

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.

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

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Sep 02 '15, 7:54 p.m.

Question was seen: 2,940 times

Last updated: Sep 13 '15, 10:01 p.m.

Confirmation Cancel Confirm