Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to Connect JIRA web service in BIRT
Emy
<p>Hi,</p>
<p> </p>
<p> Can any one let me know about how to connect JIRA web service to BIRT.</p>
<p>Also,how to get JIRA API.I have searched many sites,but i did not get it from anywhere.</p>
<p> </p>
<p>Thanks,</p>
<p>Emy.</p>
Find more posts tagged with
Comments
Clement Wong
<p>JIRA has a REST API (<a data-ipb='nomediaparse' href='
https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis'>https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis</a>)
. </p>
<p> </p>
<p>You can use the technique of accessing REST/JSON data in this DevShare (@ <a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/files/file/1128-querying-elasticsearch-with-birt-using-a-scripted-data-set/),'>http://developer.actuate.com/community/forum/index.php?/files/file/1128-querying-elasticsearch-with-birt-using-a-scripted-data-set/),</a>or
if you have the OpenText Analytics Designer (release 16), then you can use the newly released REST API data connector (aka REST ODA) without using a scripted data source / data set. </p>
Emy
<p>Hi Clement,</p>
<p> </p>
<p> Thanks for your reply.I want to use JIRA Web service as datasource in BIRT.Using that,i need to create reports.I dont think REST API is correct.where can i get SOAP WSDL of JIRA?.Please let me know.</p>
<p> </p>
<p>Thanks,</p>
<p>Emy</p>
Clement Wong
<p>JIRA does not currently support a web services API. They only provide a REST based API and a Java based API:</p>
<p><a data-ipb='nomediaparse' href='
https://developer.atlassian.com/jiradev/jira-apis'>https://developer.atlassian.com/jiradev/jira-apis</a></p>
;
<p> </p>
<p>They did previously support via SOAP, but it has been deprecated:</p>
<p><a data-ipb='nomediaparse' href='
https://confluence.atlassian.com/display/JIRA043/Creating+a+SOAP+Client'>https://confluence.atlassian.com/display/JIRA043/Creating+a+SOAP+Client</a></p>
;