JIRA Database

Jesica Blink 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

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 Leaders.
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/

 

Suggest an answer

Log in or Sign up to answer