[rt-users] Condition that checks Owner
Jonathan Rummel
jrummel at imapp.com
Wed Mar 17 10:49:35 EDT 2010
Hi all,
All I want to do is execute an action if the Owner is a certain user and I
can't seem to get it to work. Here is what I'm trying but it is
unsuccessful:
Custom Condition:
if ($self->Ticket->OwnerObj->Name eq 'userid') {
return 1;
}
return 0;
(I've also tried this: $self->TicketObj->Owner eq 'userid')
Can anyone help me out here?
RT 3.6.5
Thanks!
Jonathan
--
View this message in context: http://old.nabble.com/Condition-that-checks-Owner-tp27933231p27933231.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.
More information about the rt-users
mailing list