Wikia

Request Tracker Wiki

Watchlist Recent changes

ReplyBasedUponContent

Here is a simple scrip to send a reply to a email when the contents of the original mail satisfy a particular condition.

Scrip Fields:

Description: Whatever-you-like
Condition: Used Defined
Action: Autoreply to Requestors
Template: roll-your-own-one
Stage: TransactionCreate

In the 'Custom Conditions' field :

my $Attachment = $self->TicketObj->TransactionObj->Attachments;
my $Content = $Attachment->First->Content;
if( $Content =~ m/Open Sesame/ ){
  $Ticket->SetStatus( Status => 'open' , Force => 1,);
  return 1;
}

return;

Pages on Request Tracker Wiki

Add a Page
857pages on
this wiki

Latest Photos

Add a Photo
28photos on this wiki
See more >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki