From 3bf576420ff2a6c815d94a9b17be841fbbe0d74e Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Sun, 21 Jun 2009 20:48:19 +0000 Subject: [PATCH] better formatted auto-reply, with custom-field default value . --- rt3/initialdata | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rt3/initialdata b/rt3/initialdata index 2b3fff8..183b7cf 100644 --- a/rt3/initialdata +++ b/rt3/initialdata @@ -238,13 +238,14 @@ Description => 'Default Autoresponse template', # loc Content => 'Subject: AutoReply: {$Ticket->Subject} +Hello, -Greetings, +Thank you very much for reporting this. -This message has been automatically generated in response to the +This message was automatically generated in response to the creation of a trouble ticket regarding: - "{$Ticket->Subject()}", -a summary of which appears below. + + "{$Ticket->Subject()}" There is no need to reply to this message right now. Your ticket has been assigned an ID of [{$rtname} #{$Ticket->id()}]. @@ -258,6 +259,7 @@ you may reply to this message. Thank you, {$Ticket->QueueObj->CorrespondAddress()} +{$Ticket->AddCustomFieldValue(Field => 'Problem Category', Value => 'Trivial');} ------------------------------------------------------------------------- {$Transaction->Content()} -- 2.43.0