Hi,
I was given the task to migrate jira projects from next-gen to one single classic project. The reason is simply because we needed to control the release versions, and categorize the work by components.
Once we have done the migration, we noticed that the comments were not migrated, thus we have lost some valuable information.
While trying to restore the backup, it fails telling me that "entities.xml is not available", but it's in the zip file.
Your help is much appreciated.
Thanks,
Can you show us what the structure of the zip file is? It sounds as though the xml might not be at the root of the zip folder.
Hi,
the folder structure is as following:
Jira-export:
--activeobject.xml
--data
--entities.xml
I checked the permissions on entities, and it's rwxr-xr-x.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you unzip it, is jira-export a folder you go into to find the other 3?
If so, zip up activeobjects, data, and entities.xml directly.
zip -r backup.zip activeobjects.xml data/ entities.xml would be the linux command.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect, I had to zip it directly rather than using the file it self!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.