This plugin will import XML files exported from Microsoft Project and create users, parent project, subprojects and issues in Redmine. It can also be used to update the previously imported project (by entering existing prefix field). One project per MS project is created. Tasks that are containers in MS are created as subprojects. Users in redmine are created from 'Resources' in MS. Existing users are recognised by name. Issues are created or updated as well from the MS Project fields. Since redmine supports only one user assigned to the issue, and in MS Project there can be many, issues are duplicated for each additional resource working on them.
this project forked from http://www.redmine.org/plugins/rt_import/ and the main Author was Stevan R
Like other plugins as easy as drink a glass of water.
- go to
{REDMINE_ROOT}/vendor/plugin
directory. git clone git://github.com/wtayyeb/redmine_rt_import.git
rake db:migrate_plugins RAILS_ENV=production
- Restart the redmine service.
- enjoy!
go to Administration Menu in Redmine and then click on msProject Task Importer. Select your msProject XML file and then click upload.