wiki:DuplicateTicketSearchPlugin

Version 4 (modified by gregmac, 14 years ago) (diff)

--

Duplicate Ticket Search

Description

Provides an AJAX-style lookup for duplicate tickets, used on the New Ticket page. Automatically searches for related tickets 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 [download:duplicateticketsearchplugin here].

Source

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

Installation

  1. Install XmlRpcPlugin, and enable for all users with TICKET_CREATE access
  2. Put the files tracDupeSearch.js and tracDupeSearch.css somewhere accessible on the web.
  3. Add the following two lines to your site.html template, in the <head> section:
	<script type="text/javascript" src="/tracDupeSearch.js"></script>
	<link rel="stylesheet" type="text/css" href="/tracDupeSearch.css" />

(Note: if someone can make this more trac-like - as in, a full plugin, not requiring manual changes to the .html files - that is welcome. I don't know the trac API well enough at this point)

Recent Changes

17620 by rjollos on 2019-12-12 19:29:58
1.0.5: Add classifiers metadata

Fixes #13674.

16276 by rjollos on 2017-03-02 02:14:36
1.0.4: Change package name before publishing to PyPI
16049 by rjollos on 2016-12-03 01:01:22
1.0.3: Remove tag_svn_revision

The attribute isn't supported in setuptools >= 10.

(more)

Author/Contributors

Author: gregmac
Contributors:

Attachments (1)

Download all attachments as: .zip