Migrate from JIRA5 to JIRA6

Ed Sattar November 27, 2013

I want to migrate my JIRA5 to JIRA6. I need to learn following point.

1. Is Jira 5 license work for jira6?

2. I have written custom plugins. Will they work on JIRA6.

3. I have following plugins installed in my jira will they work after migration

JIRA Misc Custom Fields

Script Runner

4. I have made some changes in JIRA core code . How they will migrate?

5. Will my data (Projects,Issues) will moved to new version?

Thank you!

1 answer

1 accepted

1 vote
Answer accepted
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.
November 27, 2013

1. Yes, if it's in date

2. Probably not. Some might. Some might work if you just recompile them. Some may need rewriting

3. Yes, with appropriate upgrades

4. They absolutely will not. You will have to go back into the code for six and re-write every change you have made. Probably from scratch as the core changes

5. Absolutely yes.

Bascially, you need to run a set of tests - test the upgrade itself, then the 3rd party plugins, then your own plugins, and finally go back over your core changes and check that each one is still needed, how it's applied and re-modify Jira 6 to match. Ideally, you should drop as many core customisations as you can...

Suggest an answer

Log in or Sign up to answer