Thomas Moschny wrote: > Hi! > > Here we'd like to add a custom field to each ticket the contents of > which can be selected from a list (for example a list of customers).
You should see the ClientsPlugin on Trac Hacks :) http://trac-hacks.org/wiki/ClientsPlugin > This would be a custom ticket field of type 'select'. However, the > list of values should not be configured statically, in the trac.ini, > but generated dynamically, for example fetched from a wiki page. This above plugin has an admin component that allows you to administer this :) > Any ideas/hints how to implement that? Would it be better to listen on > Wiki changes to update the value list, or to hook into the 'new > ticket' request? And how would one do the latter? See above :D FWIW, I'm currently adding support for uploading client summaries to Zen Desk support forum but adding additional "actions" will be easy too. The docs for this plugin suck right now as it can actually do quite a lot more than I let on. Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://www.tribalogic.net/] Open Source: Mandriva Linux Contributor [http://www.mandriva.com/] PulseAudio Hacker [http://www.pulseaudio.org/] Trac Hacker [http://trac.edgewall.org/] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
