Contents
Add ticket keywords from a configured list
Description
This plug-in allows you to add entries to the Keywords entry field from a configured list of keywords by clicking on them.
Allows to set a description for every keyword, which is shown as a tip when you cross over the mouse on the keyword from "Add keywords" section.
See also: KeywordSuggestPlugin
Usage
From the "Add keywords" section:
- click once on any of the keywords you want to be filled-in into "Keywords" field;
- to remove a keyword click again on it.
You can also continue to add manually other keywords weren't listed.
To maintain keywords, edit [keywords] section in trac.ini file.
Bugs/Feature Requests
Existing bugs and feature requests for TracKeywordsPlugin are here.
If you have any issues, create a new ticket.
Install/Configuration
The plugin follows the standard installation procedures described in t:TracPlugins. Here are some specifics and highlights.
- Configure trac.ini file, with you required keywords:
- Format <name> = <description>, where description will shown as a tip.
- Example:
[keywords] dupsearch = find duplicates for this ticket deploy = waiting to be deployed backport = ask for a decision on whether to backport
- Restart web server:
$ sudo /etc/init.d/apache2 restart
Source & Download
You can check out TracKeywordsPlugin from here using Subversion, or browse the source with Trac.
Download the zipped source from here.
Recent Changes
- [11804] by rjollos on 2012-07-27 10:51:34
-
Refs #8799: Only add the keywords to the wiki_edit page if the TagsPlugin is enabled.
Tested with Trac 0.11 and Trac 1.0dev-r11158. Thanks to hasienda for contributing this code.
- [11788] by rjollos on 2012-07-25 23:46:43
-
Refs #9872, #8799: Fixed defect introduced in [11771]: keywords would not be parsed from the keywords section in trac.ini. Thanks to asix for testing and reporting this.
- [11772] by rjollos on 2012-07-25 08:24:20
-
Refs #8799:
- Keywords are now shown on the wiki_edit page.
- Keywords are sorted before display.
Author/Contributors
Author: thomasvs
Maintainer: none
Contributors: rea, nelsojost, rjollos, hasienda
Attachments (1)
-
TracKeywordsPlugin-atTicket.png
(9.3 KB) -
added by AdrianFritz 2 years ago.
Add keywords section in a Ticket
Download all attachments as: .zip


