You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. The script is not working on JIRA v5.2.1. Can you fix this? :(
In the zip-file of JIRA's backup there's only two files:
entities.xml
activeobjects.xml
$ ruby migrate_jira.rake
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /usr/share/redmine/vendor/rails/railties/lib/rails/gem_dependency.rb:21.
migrate_jira.rake:12:in `initialize': No such file or directory - backup_jira.xml (Errno::ENOENT)
from migrate_jira.rake:12:in `new'
from migrate_jira.rake:12:in `<module:JiraMigration>'
from migrate_jira.rake:9:in `<main>'
The text was updated successfully, but these errors were encountered:
this says the file backup_jira.xml is not found. . if you are using this with the recent jira backup it creates a zip file that contains two xml files.. I have successfully run this script by point to one of those files (entities.xml).. its up to you to change the rake task to point to the correct file (or maybe someone will add the ability to pass in the file name)
Hello. The script is not working on JIRA v5.2.1. Can you fix this? :(
In the zip-file of JIRA's backup there's only two files:
entities.xml
activeobjects.xml
The text was updated successfully, but these errors were encountered: