HOW CAN I CONNECT JIRA DATABASE WITH MY WEB APP

swaraj jaiswal April 3, 2013

HI,

I am using JIRA, its very gud tool,can you guide me how to use the database that JIRA is using the same database in my web application.? i.e the data i feed in JIRA will reflect in my web application.

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 3, 2013

That's rather a vague question, but the most useful answer is probably "Get your other application to read Jira over a REST connection"

Forget the database - that's quite complex and likely to change definition, whereas REST exposes stuff that is accessible, human friendly and less likely to change (example - the whole user database was ripped out and replaced by a totally different system. You'd have had to rewrite all your SQL from scratch. The external interfaces didn't even notice)

Start at http://docs.atlassian.com/jira/REST/latest/

Suggest an answer

Log in or Sign up to answer