Forums

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

connect company database with JIRA 4.3.4 mysql database

Kalyan Kumar Das
Contributor
September 6, 2018

We are using JIRA 4.3.4 mysql database and my company database is using MSSQL.

I want to connect the JIRA database with my company database i.e MSSQL. So that we can populate the Employee information on JIRA such as project name, project manager name, birthday,Employee-ID, employee project start and end date etc. Whenever the ticket is raised then it will populate everything as per the client requirement or user can view the employee information by searching the employee name.

Kindly suggest me or provide me the link so that i can follow the steps for connecting the JIRA  and my company database.

Also provide me the plugin name for auto-search the employee name.

2 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
September 9, 2018

Do not do this, it will make your upgrades more complex and has no real benefits.

If you add new tables to the Jira database, you will have to re-create them every time you upgrade, the backups won't cover them (unless you start adding code) and you are still going to have to write loads more code to get to it (you'll also be unsupported, but you are already as you're on a very old and insecure version of Jira which you really ought to upgrade)

I would strongly recommend either

  • Using a separate database and code to read it remotely (there's several add-ons in the marketplace that do this, although I'm not sure any of them go back as far as Jira 4.x)
  • Finding or writing your own add-on that handles the data internally so you don't need to read another database.
Kalyan Kumar Das
Contributor
September 11, 2018

@Nic Brough -Adaptavist-:

Thanks Nic for providing the suggestions. Most of the cases, add-ons are compatible with 6.2 and above versions. 

Nic Brough -Adaptavist-
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.
September 12, 2018

Ok, that's another good reason to upgrade.

0 votes
Prashant Mali
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.
September 6, 2018

Hi @Kalyan Kumar Das ,

Welcome to Atlassian Community.

Below KB article help you to connect your JIRA application with company's database.

https://confluence.atlassian.com/adminjiraserver073/switching-databases-861253056.html

Thanks,

Prashant

Kalyan Kumar Das
Contributor
September 7, 2018

@Prashant Mali:

Is there any other way for add my company database in JIRA 4.3.4 database because we don't want to migrate. Please suggest us or provide me the link.

Suggest an answer

Log in or Sign up to answer