https://github.com/trac-hacks/trac-ticketvalidation
A plugin for Trac that adds support for conditionally required or hidden fields.
https://github.com/trac-hacks/trac-ticketvalidation
trac-plugin
Last synced: 8 months ago
JSON representation
A plugin for Trac that adds support for conditionally required or hidden fields.
- Host: GitHub
- URL: https://github.com/trac-hacks/trac-ticketvalidation
- Owner: trac-hacks
- License: bsd-3-clause
- Created: 2013-10-27T17:47:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-27T18:45:54.000Z (over 12 years ago)
- Last Synced: 2025-03-27T10:34:52.548Z (about 1 year ago)
- Topics: trac-plugin
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Welcome to TicketValidation
TicketValidation is a plug-in for Trac that adds support for conditionally required or hidden fields. The plug-in allows you to make built-in or custom fields required or hidden based on configurable boolean conditions.
## Installation and Usage
Install the TicketValidation plug-in:
$ easy_install -Z https://www.matbooth.co.uk/svn/trunk/ticketvalidation/
Ensure the plug-in is enabled in trac.ini:
[components]
ticketvalidation.* = enabled
Once configured, Trac administrators will find a new ticket system admin panel for maintaining ticket validation rules.