I am migrating our Jira Db from OnDemand to our own server ... and I must restore a particular project b/c Jira was already implemented on our server before the new team decided to use OnDemand, then changed their minds. :(
I'm using the instructions at https://confluence.atlassian.com/display/JIRA/Restoring+a+Project+from+Backup
But I'm getting validation error I can't figure out how to solve:
Issue Link Type
While I didn't find the exact answer to this question, editing the XML file to eliminate the style and rezipping worked.
If the entities.xml file is too big (5GB in our case) and you can't find a way to open it, you can solve this by doing an update in the database:
update issuelinktype set pstyle='jira_gh_epic_story' where linkname='Epic-Story Link'
Tested on JIRA 6.4.11
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.