On 9/11/07, bnmidr <[EMAIL PROTECTED]> wrote: > We'd like to extend the Trac ticketing system to have unique ticket > submission forms depending on ticket type.
I guess I should chime in and say that I have been working on something just like this for internal company use. It includes an interface for environment admins to create new custom ticket fields, and customize which fields are displayed in the ticket (as well as the order in which they are displayed, and other display settings) depending on the ticket type. It is also possible to set permissions based on ticket type--for example it is possible to give a user TICKET_CREATE permission only for tickets of type 'foo'. It's fairly flexible--not as flexible as I would like, but getting there. At any rate, I just wanted to point out that something like what you want is possible to accomplish. My current solution is based on Trac 0.11 (at least, in its current form). Also, it's not as simple as just a plugin--it requires a fair bit of modification to the ticket system. Erik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
