Worked like charm. Thank you. > -----Original Message----- > From: Stephen Turner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 2:56 PM > To: Steven E. Ames; RT-Users list > Subject: RE: [rt-users] Move tickets between queues > > > At Monday 5/8/2006 04:18 PM, Steven E. Ames wrote: > >That could work. Could you share your scrip? > > Here it is - it's a scrip on the receiving queue: > > Condition: On Queue Change > Action: User Defined > Template: Global blank > > Custom action preparation code: > return 1; > > Custom action cleanup code: > $self->TicketObj->AddWatcher(Type => 'AdminCc', PrincipalId => > $self->TransactionObj->CreatorObj->PrincipalId); > return 1; > >
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com We're hiring! Come hack Perl for Best Practical: http://bestpractical.com/about/jobs.html
