[rt-users] Global Queue Change - problem with script execution (newbie)

Roy El-Hames rfh at pipex.net
Wed Feb 27 05:15:26 EST 2008


Steve;
At the top of the template put the mail headers something like:
Subject: Queue Change: {$Ticket->Subject}
RT-Attach-Message: Yes


Then leave atleast 2 lines blank before you add your text, give this a 
try and see if it works.

Roy


Steve Ironside wrote:
> We're setting up RT to handle our IT Service Desk, with an inbound
> "triage" queue which we intend to split out to Infrastructure, Rental
> and Business Systems work queues.
>
>  
>
> I want our analysts to be sent an e-mail when the Service Desk pass
> something back from triage into one of the work queues, and a Global "On
> Queue Change" scrip seemed to be the right way to go (eventually I'll
> want to do some more clever call allocation stuff as well, but for now
> I'm adopting a 'keep it simple' approach!).
>
>  
>
> The scrip is :-
>
> Description: Queue Transfer
>
> Condition: On Queue Change
>
> Action: Notify AdminCCs
>
> Template: Global template: QTransfer
>
> Stage: TransactionCreate
>
>  
>
> The Template is:-
>
> Name: QTransfer
>
> Description: Transfer of ticket
>
> Content:
>
> A ticket has been transferred to this queue.
>
>  
>
> Ticket #{$Ticket->id()}
>
> Requestor: {$Ticket->Requestors->MemberEmailAddressesAsString()}
>
> Subject: {$Ticket->Subject}
>
>  
>
> Description:
>
> { $Ticket->Transactions->First->Content; }
>
>  
>
> ==
>
> I have a group created for each work queue, which is configured to be
> AdminCC on the queue, but when I open a call in the triage queue and
> change it to one of the work queues, no e-mail!
>
>  
>
> Am I missing something fundamental here? Any help would be appreciated -
> we're using RT 3.6.6, against Apache 2.2.3 with perl 5.8.8 installed.
>
>  
>
> Cheers,
>
> Steve.
>
>  
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> Buy a copy at http://rtbook.bestpractical.com




More information about the rt-users mailing list