Hi,
I would like to migrate my JIRA installation from JIRA Server Software (7.1.9) to JIRA Cloud. I have created the XML export file as jira.zip and the data folder as jira-data.zip. I uploaded both to the WebDAV folder.
When I try to start the import I get the following error:
"There was an error parsing the entities.xml file: An invalid XML character (Unicode: 0x1b) was found in the CDATA section."
Anyone know anything about that? There are a few very old bug reports with similar error messages, but they seem to have been fixed a while ago. I found no other information about this.
you have to remove 0x1b with the following:
perl -i -pe 's/\x1b//g' entities.xml
It worked afterwards.
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.