The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Database

Jesica Blink
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 5, 2016

Hi, there is a lot of information. Specific demand information that I need is:

  1. What is  JIRA database and JIRA add-ons relationship?
  2. Is there only one database? Is JIRA add-on adds indormation in JIRA database? Or JIRA add-on has it's own database?
  3. How the transfer of data is going between Jira and it's add-ons?
  4. How add-ons gets info from  ex.: JIRA  issue (issue ID)?
  5. Where I can find this information? 
    Thank You !

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Vasiliy Zverev
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 Champions.
December 6, 2016

1) Addons can: 

2) JIRA has single DB https://developer.atlassian.com/jiradev/jira-platform/jira-architecture/database-schema

3) Active object / custom functions

4) Usually with REST calls

See here for documentation: https://developer.atlassian.com/