[rt-users] Move tickets between queues
Stephen Turner
sturner at MIT.EDU
Tue May 9 14:55:49 EDT 2006
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;
More information about the rt-users
mailing list