Feature #9642
closedDuplicate issue search on new issue submit
0%
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.
Related issues
Updated by Mischa The Evil almost 13 years ago
- Subject changed from duplicate issue search on new issue submit to Duplicate issue search on new issue submit
For referencing: initiated via
.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...
Updated by David B almost 13 years ago
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.
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Sorry, this is a duplicate of #5840.