Duplicate Ticket Search

Description

Provides an AJAX-style lookup for duplicate tickets on the New Ticket page. The search for related tickets is based on the Summary field.

Bugs/Feature Requests

Existing bugs and feature requests for DuplicateTicketSearchPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out DuplicateTicketSearchPlugin from here using Subversion, or browse the source with Trac.

Installation

  1. Install the XmlRpcPlugin and enable it for all users with the TICKET_CREATE permission.
  2. Install the DuplicateTicketSearchPlugin using normal installation procedures for Trac plugins.

Recent Changes

[12139] by rjollos on 10/10/12 03:54:13

Fixed incorrect source code encoding (http://www.python.org/dev/peps/pep-0263/).

[11763] by rjollos on 07/24/12 04:17:20

[11762] by rjollos on 07/24/12 04:15:47

Refs #10055:

  • Fixed error in regex which led to incorrect CSS class being applied to the matches.
  • Renamed the 0.11 branch to trunk.

[11276] by gregmac on 02/16/12 03:10:16

Add BSD license (#9812)

Author/Contributors

Author: gregmac
Maintainer: rjollos
Contributors: chrisheller

License: BSD

Attachments