wiki:TracTicketConditionalValidatePlugin

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

13380 by rjollos on 2013-09-07 15:11:15
Corrected url in setup.py.
13258 by zshahan on 2013-06-03 16:39:49
small enhancement to not validate fields when closing a ticket. ticket:none
12741 by rjollos on 2013-03-19 02:16:01
Removed empty directories.
(more)

Author/Contributors

Author: zshahan
Maintainer: Zack
Contributors:

Last modified 8 years ago Last modified on Dec 14, 2015, 9:37:30 PM