wiki:TracTicketConditionalValidatePlugin

Version 4 (modified by Ryan J Ollos, 11 years ago) (diff)

Grammar fix.

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 [download:tracticketconditionalvalidateplugin 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

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: zshahan
Contributors: