Kulgar / jira2redmine

Script for import from JIRA to redmine
31 stars 27 forks source link

Fixed user parsing #7

Closed gpinkham closed 10 years ago

gpinkham commented 10 years ago

The user parsing was broken with the new Jira entities.xml. Basically I just changed the variable names to match what is in the entities.xml

meltzow commented 10 years ago

looks great. thx

gpinkham commented 10 years ago

btw.. the script as it existed only migrated users that already existed in Redmine.. I left it that way in the pull request in case that's the typical use case (though I changed it locally to create them).. if I have some time I will add in a few command line options for things like this and where files are located etc..

best...

manugbhat commented 9 years ago

@gpinkham could you please add the localy changed file to create users during migration.

thanks

gpinkham commented 9 years ago

I'll check on that @manugbhat it was a one time event so I didn't save it. but I might have a copy somewhere. . let me dig..