This Redmine plugin allows you to hide specific "versions" from reports and menus.
More info from Redmine here
- Download this plugin
- Move it into your Redmine installation's plugins directory:
<redmine-install-dir>/htdocs/plugins
- Run the small migration:
rake redmine:plugins:migrate RAILS_ENV=production
- Restart Redmine
You should now be able to see the plugin list in Administration -> Plugins.
- Login to Redmine using an administrator account.
- Go to the settings page of a project.
- Choose the "Versions" tab.
- Edit a particular version.
- Use the checkbox "Hidden" to show or hide that version.
- Remove the small migration:
rake redmine:plugins:migrate NAME=redmine_hide_versions VERSION=0 RAILS_ENV=production
- Remove the plugin code:
rm -r <redmine-install-dir>/htdocs/plugins/redmine_hide_versions
- Restart Redmine
The plugin should now be gone from the plugin list in Administration -> Plugins.