Skip to content
abahgat edited this page Feb 15, 2012 · 10 revisions

Did you mean? is a Redmine plugin designed to warn users before they enter duplicate issues inspired by the way Stack Overflow handles likely duplicates.

How it works

When users fill in the subject field of new issues, the plugin automatically searches among the existing ones for possible duplicates (i.e. issues having a similar title) and displays them right below the subject field.

Sample behaviour of the plugin

Installation

Just download the latest stable version of the plugin archive from the tags page and uncompress it in the $REDMINE_ROOT/vendor/plugins, where $REDMINE_ROOT is the root folder of your Redmine installation.

If you want to install the development version of the plugin, you can issue the following command

ruby script/plugin install https://github.com/abahgat/redmine_didyoumean.git

You can find more information about how to handle Redmine plugins here.

Credits

Did you mean was developed by:

Clone this wiki locally