A
A
Alexander Kryuchkov2013-10-09 15:40:02
Perl
Alexander Kryuchkov, 2013-10-09 15:40:02

Escalation notification in OTRS

Well, I just can’t understand why escalation notifications in OTRS don’t work for me - absolutely all other notifications come to everyone.
Who can help?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
smirnoff, 2013-10-11
@smirnoff

And you uncommented the lines in GenericAgent.pm, for example,

%Jobs = (

   # [name of job] -> send escalation notifications
   'send escalation notifications' => {
       Escalation => 1,
       # new ticket properties
       New => {
           Module => 'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQueue',
       },
   },
   # insert your jobs (see Kernel/Config/GenericAgent.pm.examples)

);

?

S
smirnoff, 2013-10-11
@smirnoff

have OTRS jobs been added to cron?
what the team says

crontab -l -u otrs

or
crontab -l -u root

?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question