This plugin lets you create aliases for project identifiers and also lets you use the aliases as main identifier (means: renaming a project identifier and having the old identifier as alias).
This is a git fork of Andriy Lesyuk's project_alias plugin which seems to be abandoned for a few years now.
This plugin is listed in the Redmine plugin directory
The latest version on master
branch supports Redmine 4.0 only!
A Redmine 2.6 and Redmine 3.x compatible version can be found in the redmine-2.6-3.x branch.
For older version (2.5.x, 2.3.x, 2.2.x, 1.4.x) please download the original plugin.
- Clone or download this repo into your redmine_root/plugins/ folder
$ git clone https://github.com/paginagmbh/redmine_project_alias_2.git
- If you downloaded a tarball / zip from master branch, make sure you rename the extracted folder to
redmine_project_alias_2
- You have to run the plugin rake task to provide the assets (from the Redmine root directory):
$ rake redmine:plugins:migrate RAILS_ENV=production
- Restart Redmine
If you want to uninstall and remove the plugin, do the following:
- Run this rake task from the Redmine root directory:
$ bundle exec rake redmine:plugins NAME=redmine_project_alias_2 VERSION=0 RAILS_ENV=production
-
Delete the plugin folder
-
Restart Redmine
Be aware that you're loosing aliases and link redirections when uninstalling the plugin!
redmine_project-alias-2 plugin is developed under its original GPL License.