[[PageOutline(2-5,Contents,pullout)]] = 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 == See [query:status!=closed&component=TicketValidatorPlugin&order=priority existing bugs and feature requests], and feel free to create a [/newticket?component=TicketValidatorPlugin&owner=superafroman new ticket]. == Download and Source == Download the [download:ticketvalidatorplugin zipped source], check out [http://trac-hacks.org/svn/ticketvalidatorplugin 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 accepted. You can configure this through the admin page or edit the trac.ini file. The section in trac.ini would look something like this {{{ [ticketvalidator] done.required = actual,estimate accepted.required = estimate }}} == Recent Changes == [[ChangeLog(ticketvalidatorplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:superafroman] [[BR]] '''Maintainer:''' [wiki:superafroman] [[BR]] '''Contributors:'''