= Ticket Validator = == Description == Basic ticket validation for Trac. The validation is based on the state that the ticket is in so you can specify different requirements for different steps in the workflow. Currently you can only specify required fields. == Bugs/Feature Requests == Existing bugs and feature requests for TicketValidatorPlugin are [report:9?COMPONENT=TicketValidatorPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketValidatorPlugin&owner=superafroman new ticket]. == Download == Download the zipped source from [download:ticketvalidatorplugin here]. == Source == You can check out TicketValidatorPlugin from [http://trac-hacks.org/svn/ticketvalidatorplugin here] using Subversion, or [source:ticketvalidatorplugin browse the source] with Trac. == Example == Say you require the 'actual' field to be filled out once the ticket has been completed and the 'estimate' field once the ticket has been accpeted. You can configure this through the admin page or edit the trac.ini file. The section in trac.ini would look something like this [ticketvalidation] actual.required = done estimate.required = accepted,done == Recent Changes == [[ChangeLog(ticketvalidatorplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:superafroman] [[BR]] '''Contributors:'''