Plugins Directory » redmine_issue_external_item
|
Author: | Clairton Rodrigo Heinzen |
---|---|---|
Website: | https://github.com/clairton/redmine_issue_external_item | |
Code repository: | https://github.com/clairton/redmine_issue_external_item | |
Registered on: | 2017-06-07 (almost 8 years ago) | |
Current version: | 0.4.0 | |
Compatible with: | Redmine 3.3.x | |
User ratings: |
Enables you to add external items to Redmine issues
Installation notes
1. To install the plugin * Download the .ZIP archive, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugins.
Or
- Change you current directory to your Redmine root directory:
cd {REDMINE_ROOT}
Copy the plugin from GitHub using the following commands:
git clone https://github.com/clairton/redmine_issue_external_item.git plugins/redmine_issue_external_item
2. Update the Gemfile.lock file by running the following commands:
bundle install
3. This plugin requires a migration. Run the following command to upgrade your database (make a database backup before):
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
4. Restart Redmine.
Changelog
0.4.0 (2017-06-07)
Compatible with Redmine 3.3.x.