[rt-users] Custom Condition (status and requestor email address)

Stefan Kornhuber stefan at kornhuber.com
Mon Mar 15 06:07:57 EST 2004


Hello,

a script should be used when the ticket will be create and a special 
email address is the requestor.

I used following custom condition, but it is buggy :-(.

return ($self->TransactionObj->Type eq 'Create' && 
$self->TicketObj->Requestor->EmailAddress eq 'test at domain.com');

thankx for your help.
Steve



More information about the rt-users mailing list