Plugins Directory » Redmine Import ReqPro
|
Author: | Thomas Kohler |
---|---|---|
Website: | https://github.com/gen2thomas/redmine_import_reqpro | |
Code repository: | https://github.com/gen2thomas/redmine_import_reqpro | |
Registered on: | 2012-01-09 (over 13 years ago) | |
Current version: | 0.0.5 | |
Compatible with: | Redmine 1.4.x | |
User ratings: |
This plugin will import XML files exported from Requisiste Pro Baseline Manager. The importer create projects, users, trackers, attributes (custom fields), issues, sub issues and issue relations in Redmine.
Installation notes
1. Generate a snapshot from Github
2. Unzip the tar in the vendor/plugin directory (rename directory to "redmine_import_reqpro" if name not match)
3. Run
rake db:migrate_plugins RAILS_ENV=production
from command line.
4. Restart the redmine service
Changelog
0.0.5 (2013-03-01)
Compatible with Redmine 1.4.x.
-added "Version" import
-widely unit tested
0.0.3 (2012-01-09)
Compatible with Redmine 1.1.x.