[rt-users] default autoreply unless defined per queue - possible?

Andraz Sraka a at aufbix.org
Thu Apr 30 06:31:36 EDT 2009


re

On Thu, 2009-04-30 at 09:21 +0200, Bernhard Hansbauer wrote:

> using RT 3.8.2 with RTFM 2.4.0
> as mentioned in the subject, i wonder if it's possible to have a
> default autoreply on ticket creation, _unless_ there is an autoreply
> defined in the queue. any hint greatly appreciated,

Delete "Autoreply To Requestors" script in global scripts and define a
new custom one:

Condition: User Defined
Action: Autoreply to Requestor
Template: Global template: Autoreply
Stage: TransactionCreate

Custom condition:
  return($self->TransactionObj->Type eq "Create" &&
        $self->TicketObj->QueueObj->Name ne "XXXXX" )

XXXX - is your defined queue name

For XXX queue you need to create new script defined in queue for example
to sends out different custom reply.

I hope it helps.

regards,
 Andraz

-- 
Humppa all the way!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090430/87543adc/attachment.sig>


More information about the rt-users mailing list