[rt-users] Condition that checks Owner

Jeff Blaine jblaine at kickflop.net
Wed Mar 17 11:50:47 EDT 2010


> Custom Condition:
> if ($self->$ticket->OwnerObj->Owner eq 'userid') {
>       return 1;
> }

This says:

if value for 'Owner' field matches the *literal string*
'userid' return 1

I doubt that's what you want.



More information about the rt-users mailing list