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 depending on 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.
Installation
Install this plugin as per the usual installation procedure and apply the following to the trac.ini
file:
[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
Author/Contributors
Last modified 9 years ago
Last modified on Dec 14, 2015, 9:37:30 PM