I am faced with a rather difficult problem of being requested to import a very large number of tickets from one Jira project (hosted elsewhere) to our in house Jira installation.
Here is the kicker to my problem, while I have a login to the other Jira installation I cannot have access to a full backup. Secondly, the version from the other system is very old and upgrading is not at all a possiblity.
While I can export all of the ticket information as XML or Excel is it feasable to think that I would then be able to use that data to import it into the new system?
It depends on what values you want to keep for the issues after importing to the newer instance - and you're not going to keep the history, comments, or attachments. I always try to discourage my users from asking for old issues to be moved between instances if possible; JIRA's not really meant to be a historical tool but an active one.
If they must be moved over, it is best to decide which field values you absolutely must keep; then you're going to have to figure out differences between the instances and ensure you update the values in the CSV cells so that they work on import. Some examples might be different usernames for accounts, missing resolutions or statuses, etc. It could mean a lot of replacing data in the file before you are able to import.
JIRA Command Line Interface should be able to help with either custom scripting or runFromCsv using the findReplace support if necessary to handle some of the data mapping problems.
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.