Contents
Trac Ticket Conditional Validate Fields Plugin
Description
This plugin will validate fields based on the ticket type. This plugin is similar to TracTicketValidatorPlugin with the addition of being able to validate different fields dependant upon the ticket type.
Bugs/Feature Requests
Existing bugs and feature requests for TracTicketConditionalValidatePlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracTicketConditionalValidatePlugin from here using Subversion, or browse the source with Trac.
Example
[ticket_validate] defect = comment, summary enhancement = summary comment.rule = .* comment.tip = Please input comment summary.rule = [A-Z].* summary.tip = Please correct summary
Recent Changes
[12741] by rjollos on 03/19/13 03:16:01
Removed empty directories.
[12734] by zshahan on 03/16/13 21:18:14
small fix
[12733] by zshahan on 03/16/13 21:12:09
Initial import.
[12732] by zshahan on 03/16/13 21:11:25
Initial import.

