How to access JIRA Database to retrieve data

Shridhar Samala December 18, 2013

We have JIRA Ondemand, I would like to access JIRA Database for one of the internal project. How can I access JIRA DB? Is there API where i need to access JIRA DB.

3 answers

1 accepted

1 vote
Answer accepted
Shridhar Samala December 30, 2013

We can retrieve the OnDemand JIRA database for these API need to be installed: JIRA JSON-RPC APIs, Confluence JSON-RPC APIs in your JIRA and by using tempo license details you can access & retrieve the data.

Best link to study:
1. https://bitbucket.org/cmiller_atlassian/confluence-json-rpc-plugin/wiki/Home
2. https://docs.atlassian.com/jira/REST/latest/#d2e2494
3. https://confluence.atlassian.com/display/CONF53/Prototype+REST+API
4. https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Version+2+Tutorial
5. https://developer.atlassian.com/display/CONFDEV/Confluence+JSON-RPC+APIs
6. https://ecosystem.atlassian.net/wiki/display/JRJC/Download
7. https://developer.atlassian.com/display/JIRADEV/JIRA+REST+APIs
8. https://developer.atlassian.com/display/JIRADEV/Concepts#Concepts-JIRAPluginModuleTypes

with the help of above information provided in links, we can try to reteive the data from OnDemand Instance.

Regards,
Shridhar

Shridhar Samala December 18, 2013

Thanks for sharing the answer, can any one tell me what is the way... I have gone through the links provided by you guys, saying that with the use of REST API we can do... by can any one give the steps how to do please, since i need on high priority.

It would be highly appreciated for your concern HELP.

RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 18, 2013
0 votes
Nadir MEZIANI
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 18, 2013

Hi,

JIRA exposes the OfBizDelegator to dealing with its database.

http://docs.atlassian.com/jira/latest/com/atlassian/jira/ofbiz/OfBizDelegator.html

Suggest an answer

Log in or Sign up to answer