= Clients support for Trac Tickets = == Description == This plugin adds a custom field to to Trac which allows the tickets to be recorded against a specific client. It also provides a user interface via [http://trac.edgewall.org/wiki/WebAdmin WebAdmin] (0.10.x only) to administer the client lists. It is work in progress and some features are still missing. At present it requires a [http://trac.edgewall.org/ticket/5641 patch] to Trac itself to allow simple use of the {{{enum}}} table to drive custom fields data. == Bugs/Feature Requests == Existing bugs and feature requests for ClientsPlugin are [report:9?COMPONENT=ClientsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ClientsPlugin&owner=coling new ticket]. == Download == Download the zipped source from [download:clientsplugin here]. == Source == You can check out ClientsPlugin from [http://trac-hacks.org/svn/clientsplugin here] using Subversion, or [source:clientsplugin browse the source] with Trac. == Example == On installation you need to manually add the following custom fields: {{{ client = select client.label = Client client.order = 5 client.options = enum:client client.value = 0 }}} And don't forget the [http://trac.edgewall.org/ticket/5641 patch] mentioned above to Trac itself. == Recent Changes == [[ChangeLog(clientsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coling] [[BR]] '''Contributors:'''