[rt-users] Looking for script to autoclose ticket

j.hubbard jason.hubbard at circles.com
Wed Mar 12 12:24:44 EDT 2014


Try the below scrip applied directly to whatever queues you want Tickets
immediately resolved on.  As for notifications that depends on how you have
those scrips setup.  If the reply scrip is global you should change that to
apply only to queues you want replies sent out for.


Condition: On Create
Action: User Defined
Template: Blank


Custom action preparation code:

#--Begin Custom action preparation code--


my $ticket = $self->TicketObj;
$ticket->SetStatus("Resolved");


#--End Custom action preparation code--





--
View this message in context: http://requesttracker.8502.n7.nabble.com/Looking-for-script-to-autoclose-ticket-tp56925p56926.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.



More information about the rt-users mailing list