Redmine 2.x, 3.x
The plugin creates one root-ticket (task) into te current project, which holds the other (sub)tasks as subtickets.
Right now the plugin only imports tasks from the XML-file. If the resources are persons it tries to match them with registered redmine users. If no matching user is found, a warning is produced, but the import is still possible – in this case the resulting ticket will not have an owner.
Task.Name, start_date, finish_date, create_date, duration, done_ratio, priority, predecessor, notes
1) go to ‘{REDMINE_ROOT}/plugin` directory.
2) Intall:
git clone https://github.com/braini75/msproject_import.git
3) Restart the redmine service. E.g.
service apache2 restart
4) enjoy!
To use this Plugin you have to enable the module (Project -> Settings -> Modules) in your project.
-
Export your MS Project data to XML
-
access a redmine project, then click “MS Project Import” tab (Make sure you gave permission to the current user).
-
select xml file, and click “Analyze” button
-
If there is any warning, make sure you create and assign missing users to you project and start over
-
Finally run the import by pressing the “Import”-Button.
You can setup permission for “Msproject import” with the Administration->“Roles and permissions” page. You can change the default tracker at the plugin configuration page.