[rt-users] On Queue Change

Andreas Putzo putzoa at gmx.de
Tue Apr 11 16:48:26 EDT 2006


On Tuesday 11 April 2006 22:26, Rodney Rindels wrote:

> Tried both ways, seems as if the scrip never fires even..Like it can't
> detect on "On Change Queue"

try the following :)

Custom Action Cleanup Code:
> my $QueueName = "HealthCheck/Follow-up";
$RT::Logger->info("scrip fired with queue name: ".$self->blabla->Name);
> return 1 unless $self->TicketObj->QueueObj->Name eq $QueueName;


>
>  Thanks Anyway :-)
> Rodney



More information about the rt-users mailing list