Feature #9642
closed
Duplicate issue search on new issue submit
Added by David B almost 13 years ago.
Updated almost 13 years ago.
Description
When a user is creating a new issue, it would be helpful to search for duplicate issues to prevent multiple issues being created for the same reasons.
Sites like stackoverflow.com do this really well when creating a new question. It's AJAXed however a 'on submit' option would also suffice.
- Subject changed from duplicate issue search on new issue submit to Duplicate issue search on new issue submit
For referencing: initiated via Search Open Issues before Creating New Issue.
How do you think this search has to be done? Based on what information do you want this feature to determine whether or not the to-be-created issue will be a duplicate? Not to speak about the likely to arise performance issues whenever issues are submitted...
I admit im not a redmine developer and know nothing about ruby/rails. But doing a fulltext style search (sphinx or mysql) on title and description of issues in the same project. The search would probably only try to match the newly created issue title with the existing open issues.
Performance is important so I would suggest:
1. when the user has entered something into the title of the issue and has taken focus off to then initiate an ajax search
or do it on submit of the issue. However this will slow down the issue creation
Eitherway, it could really help for teams who have rather large lists of issues and a large team working within redmine.
- Status changed from New to Closed
- Resolution set to Duplicate
Sorry, this is a duplicate of #5840.
Etienne Massip wrote:
Sorry, this is a duplicate of #5840.
I rest my case...
Also available in: Atom
PDF