Skip to content

A Redmine plugin to search for possible duplicates when users are about to open new issues.

Notifications You must be signed in to change notification settings

Restream/redmine_didyoumean

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Did-You-Mean Plugin

Build Status Code Climate

This plugin searches for possible duplicates when users are about to create a new issue.

The initial authors are Alessandro Bahgat and Mattia Tommasone.

Installation

These installation instructions are based on Redmine 2.6.0. For instructions for previous versions, see Redmine wiki.

  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/Restream/redmine_didyoumean.git plugins/redmine_didyoumean
      
  2. Restart Redmine.

Now you should be able to see the plugin in Administration > Plugins.

Usage

To configure the plugin settings, go to Administration > Plugins and click Configure.
plugin settings

The plugin shows the possible duplicate issues under the Subject field: similar issues

License

This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.

About

A Redmine plugin to search for possible duplicates when users are about to open new issues.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 54.2%
  • JavaScript 26.0%
  • HTML 18.3%
  • CSS 1.5%