[rt-users] Help, I've forgotten all my perl knowledge

Phil Homewood pdh at bestpractical.com
Wed Jun 15 21:37:40 EDT 2005



Marc A. Runkel wrote:
> my $Reqlist = $self->TicketObj->Requestor;
> 
> my $user = RT::User->new($RT::SystemUser);
> $user->LoadByEmail('manager at domain.com');
> 
> $Reqlist->AddMember($user->Id);

$self->TicketObj->AddWatcher(Type => 'Requestor', Email => 
'manager at domain.com');


-- 
 >>|<< http://www.bestpractical.com/rt  -- Trouble Ticketing. Free.



More information about the rt-users mailing list