[rt-users] Custom Field Validation

Kevin Falcone falcone at bestpractical.com
Wed Jan 27 10:04:42 EST 2010


On Tue, Jan 26, 2010 at 02:35:56PM -0800, Michael Neuschafer wrote:
>    Does anybody understand or have more information on Custom field validation? What is
>    (?#mandatory)  Can I modify this to cross reference the data inputted?  Like look for certain
>    numbers? Like validate numbers entered 1-100 anything past that do not create ticket?

The validation is done with perl regular expressions.  You do not have
access to other ticket information in the validation, but your latter
examples are certainly doable.  Mandatory boils down to /./

-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100127/c7027635/attachment.sig>


More information about the rt-users mailing list