This plugin enables you to specify a default version for a Redmine project.
The initial authors are Tony Marschall and benasher44.
This plugin version is compatible only with Redmine 2.1 and later.
-
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/Undev/redmine_default_version.git plugins/redmine_default_version
-
Update the Gemfile.lock file by running the following commands:
rm Gemfile.lock bundle install
-
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
-
Restart Redmine.
Now you should be able to see the plugin in Administration > Plugins.
If there are any project versions specified, the plugin adds the Default version field to the Information tab of the project settings.
After you set a project version as default, this version will be automatically specified as the target version when you create a new issue for this project.
Danil Tashkinov, github.com/nodecarter
This plugin is licensed under the GNU GPL v2.