Plugins Directory » Redmine Import Issues
|
|
Author: | redmineservices . |
|---|---|---|
| Website: | https://github.com/redmineservices/redmine_import_issues | |
| Code repository: | https://github.com/redmineservices/redmine_import_issues | |
| Registered on: | 2015-06-08 (about 11 years ago) | |
| Current version: | 2.0.0 | |
| Compatible with: | Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x | |
| User ratings: |
This plugin allows users to import issues and time_entries
Features
- Import issues and its custom fields values
- Update issues by its Custom Value
- Import time entries
- Create journals on updated issues
- Works with Excel and ODS formats
- Save import templates for recurring imports
- Validate issues before importing
Installation notes
Installation¶
From your Redmine installation directory:
cd plugins git clone https://github.com/redmineservices/redmine_import_issues.git cd .. bundle install bundle exec rake redmine:plugins:migrate NAME=redmine_import_issues RAILS_ENV=production
Restart Redmine. Open each project, enable Import issues under
Settings → Modules, and grant the Import issues permission to the desired
roles under Administration → Roles and permissions.
Upgrade¶
Back up the database and uploaded files, replace the plugin files, and run:
bundle install bundle exec rake redmine:plugins:migrate NAME=redmine_import_issues RAILS_ENV=production
Restart Redmine after the migration.
Uninstallation¶
Back up the database, then run:
bundle exec rake redmine:plugins:migrate NAME=redmine_import_issues VERSION=0 RAILS_ENV=production
Remove plugins/redmine_import_issues and restart Redmine.
Source and support¶
Source code: https://github.com/redmineservices/redmine_import_issues
Security reports: info@redmineservices.com
Changelog
2.0.0 (2026-08-05)
Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.
1.0.0 (2015-06-08)
Compatible with Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x.