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 existing bugs and feature requests, and feel free to create a new ticket.
Download and Source
Download the zipped source, check out using Subversion, or 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
[ticketvalidation] done.required = actual,estimate accepted.required = estimate
Recent Changes
[3676] by superafroman on 05/13/08 16:32:23
Added support for validating new tickets (i.e action is not defined in req.args)
[3665] by superafroman on 05/12/08 16:52:12
Updated to re-validate even if status hasn't changed.
[3662] by superafroman on 05/11/08 23:04:49
Fixed error caused by state not changing. Update docformat and added some docs.
[3660] by superafroman on 05/10/08 21:21:12
Updated project URL.
Author/Contributors
Author: superafroman
Contributors:
