X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rt3%2Finitialdata;h=d1a325530184aa5c84ccb375fbb81d66910afdda;hb=4b97eb6c50faeeaa40660b73cd70c17cc572a2c9;hp=183b7cfd64f8b65a42b461a3acc3e26f891dca89;hpb=3bf576420ff2a6c815d94a9b17be841fbbe0d74e;p=monitor.git diff --git a/rt3/initialdata b/rt3/initialdata index 183b7cf..d1a3255 100644 --- a/rt3/initialdata +++ b/rt3/initialdata @@ -62,21 +62,6 @@ @Queues = ({ Name => 'support', Description => 'Support', CorrespondAddress => 'support@PLC_RT_HOSTNAME', - CommentAddress => '', }, - - { Name => 'monitor', - Description => 'Queue for monitor', - CorrespondAddress => 'monitor@PLC_RT_HOSTNAME', - CommentAddress => '', }, - - { Name => 'security', - Description => 'Queue for security issues', - CorrespondAddress => 'security@PLC_RT_HOSTNAME', - CommentAddress => '', }, - - { Name => 'legal', - Description => 'Queue for legal issues', - CorrespondAddress => 'legal@PLC_RT_HOSTNAME', CommentAddress => '', }, { Name => '___Approvals', @@ -233,38 +218,6 @@ Name => 'Blank', # loc Description => 'A blank template', # loc Content => '', }, - { Queue => '0', - Name => 'Autoreply', # loc - Description => 'Default Autoresponse template', # loc - Content => 'Subject: AutoReply: {$Ticket->Subject} - -Hello, - -Thank you very much for reporting this. - -This message was automatically generated in response to the -creation of a trouble ticket regarding: - - "{$Ticket->Subject()}" - -There is no need to reply to this message right now. Your ticket has been -assigned an ID of [{$rtname} #{$Ticket->id()}]. - -Please include the string: - - [{$rtname} #{$Ticket->id}] - -in the subject line of all future correspondence about this issue. To do so, -you may reply to this message. - -Thank you, -{$Ticket->QueueObj->CorrespondAddress()} -{$Ticket->AddCustomFieldValue(Field => 'Problem Category', Value => 'Trivial');} - -------------------------------------------------------------------------- -{$Transaction->Content()} -' - }, { Queue => '0', Name => 'Transaction', # loc @@ -409,30 +362,10 @@ Your ticket has been rejected by { eval { $Approval->OwnerObj->Name } }. { ScripCondition => 'On Owner Change', ScripAction => 'Notify Owner', Template => 'Transaction' }, - { ScripCondition => 'On Create', - ScripAction => 'AutoReply To Requestors', - Template => 'AutoReply' }, - { ScripCondition => 'On Create', - ScripAction => 'Notify AdminCcs', - Template => 'Transaction' }, - { ScripCondition => 'On Correspond', - ScripAction => 'Notify AdminCcs', - Template => 'Admin Correspondence' }, - { ScripCondition => 'On Correspond', - ScripAction => 'Notify Requestors And Ccs', - Template => 'Correspondence' }, { ScripCondition => 'On Correspond', ScripAction => 'Notify Other Recipients', Template => 'Correspondence' }, - { ScripCondition => 'On Comment', - ScripAction => 'Notify AdminCcs As Comment', - Template => 'Admin Comment' }, - { ScripCondition => 'On Comment', - ScripAction => 'Notify Other Recipients As Comment', - Template => 'Correspondence' }, - { ScripCondition => 'On Resolve', - ScripAction => 'Notify Requestors', - Template => 'Resolved' }, + { Description => "When an approval ticket is created, notify the Owner and AdminCc of the item awaiting their approval", # loc Queue => '___Approvals', ScripCondition => 'User Defined', @@ -601,6 +534,7 @@ return 0; # ignore $passed; { UserId => 'root', # - principalid Right => 'SuperUser', }, + );