Skip to content

Script for import from JIRA to redmine

Notifications You must be signed in to change notification settings

amr-abdelhamid/jira2redmine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

This project is looking for a new maintainer

I don't have the time, and worse, the incentive, to maintain this project anymore.

If you are interested in taking over, please contact me personally.

jira2redmine

Script for import from JIRA to redmine

for more information please look at: http://www.redmine.org/issues/1385

How to

Copy migrate_jira.rake to lib/tasks in your Redmine directory

Unzip the Jira backup file into tmp

Change the variables in top of the file to reflect the backup files

  ENTITIES_FILE = 'tmp/JIRA-backup-XXXXXXXX/entities.xml'
  JIRA_ATTACHMENTS_DIR = 'tmp/JIRA-backup-XXXXXXXX/data/attachments'
  $JIRA_WEB_URL = 'https://<unix-url>.atlassian.net'

and the execute the following:

rake jira_migration:test_all_migrations RAILS_ENV="production"
rake jira_migration:do_all_migrations RAILS_ENV="production"

On first test_all_migrations a map_jira_to_redmine.yml is created and needs to be updated, before running the next migration command (or the test again)

If a user is created by the migration, the default password will be Pa$$w0rd, and needs to be changed on first login.

About

Script for import from JIRA to redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%