Need to Disable Escalation Notifications (OTRS 3.3)
Moderator: crythias
-
- Znuny newbie
- Posts: 26
- Joined: 06 Mar 2013, 12:41
- Znuny Version: 3.2.2
- Real Name: Irini
- Company: Albtelecom
Need to Disable Escalation Notifications (OTRS 3.3)
When we upgraded to OTRS 3.3, the system began to send email notifications for escalated tickets.
We don't want this, and we have tried to get rid of it, but without success.
We have selected NO at Ticket follow up notification in Agent Config interface.
Also it isn't enabled in any of Generic Agent's tasks.
I also set to 0 Escalation - First Response Time and Update Time, leaving only Solution Time.
Can anyone tell me how to do it?
I would appreciate it a lot.
Also I'm showing you GenericAgent.pm. Will it be disabled if I set Escalation => 0 ?
Or it may cause any problem?
Thank You!
You do not have the required permissions to view the files attached to this post.
Re: Need to Disable Escalation Notifications (OTRS 3.3)
Hi,
If you set escalation to '0' the system will not send. But you have solution times set. So, tickets escalate.
Disable the settings in GenericAgent.pm settings for escalation events with a '#'
Then you'll not receive mails.
Florian
this is no Escalation Mail.irba wrote: When we upgraded to OTRS 3.3, the system began to send email notifications for escalated tickets.
We don't want this, and we have tried to get rid of it, but without success.
We have selected NO at Ticket follow up notification in Agent Config interface.
Then you escalate after solution time reached. The system will send mails.irba wrote: Also it isn't enabled in any of Generic Agent's tasks.
I also set to 0 Escalation - First Response Time and Update Time, leaving only Solution Time.
irba wrote: Can anyone tell me how to do it?
I would appreciate it a lot.
Also I'm showing you GenericAgent.pm. Will it be disabled if I set Escalation => 0 ?
Or it may cause any problem?
If you set escalation to '0' the system will not send. But you have solution times set. So, tickets escalate.
Disable the settings in GenericAgent.pm settings for escalation events with a '#'
Then you'll not receive mails.
Florian
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
-
- Znuny newbie
- Posts: 26
- Joined: 06 Mar 2013, 12:41
- Znuny Version: 3.2.2
- Real Name: Irini
- Company: Albtelecom
Re: Need to Disable Escalation Notifications (OTRS 3.3)
Thanks a lot for the reply.
Another question: Do I need to stop any services before updating GenericAgent.pm file?
Another question: Do I need to stop any services before updating GenericAgent.pm file?
-
- Znuny newbie
- Posts: 26
- Joined: 06 Mar 2013, 12:41
- Znuny Version: 3.2.2
- Real Name: Irini
- Company: Albtelecom
Re: Need to Disable Escalation Notifications (OTRS 3.3)
Hello Again,
I tried the way you suggested, by I'm still receiving escalated tickets notifications.
This is my modified GenericAgent.pm file.
Am I doing something wrong?
Can anyone help me please?
I tried the way you suggested, by I'm still receiving escalated tickets notifications.
Code: Select all
# -----------------------------------------------------------------------
# config options
# -----------------------------------------------------------------------
%Jobs = (
# GenericAgent job that sends escalation notifications.
# Activate this if you want to use these notifications in your system.
# 'send escalation notifications' => {
# Escalation => 1,
# new ticket properties
# New => {
# Module => 'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQue ue',
# },
# },
# GenericAgent job that triggers escalation forewarn and escalation start ev ents.
# Activate this if you want to use these events in your system.
# 'trigger escalation events' => {
# Escalation => 1,
# new ticket properties
# New => {
# Module => 'Kernel::System::GenericAgent::TriggerEscalationStartEvent s',
# },
# },
# insert your jobs (see Kernel/Config/GenericAgent.pm.examples)
);
# -----------------------------------------------------------------------
# end of config options
# -----------------------------------------------------------------------
1;
Am I doing something wrong?
Can anyone help me please?
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Need to Disable Escalation Notifications (OTRS 3.3)
Which jobs are activated in your crontab? Do you run a second OTRS with escalation notifications enabled? Do you have custom modules installed that create escalation notifications?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 26
- Joined: 06 Mar 2013, 12:41
- Znuny Version: 3.2.2
- Real Name: Irini
- Company: Albtelecom
Re: Need to Disable Escalation Notifications (OTRS 3.3) [SOL
Thank you for your support.
I think it is solved now.
Apparently i should had modified NotifyAgentGorupOfCustomQueue.pm also.
I commented (#) all the rows below send each agent the escalation notifications and it is half an hour now, that the system hasn't sent any escalation notification.
This is great
I think it is solved now.
Apparently i should had modified NotifyAgentGorupOfCustomQueue.pm also.
I commented (#) all the rows below send each agent the escalation notifications and it is half an hour now, that the system hasn't sent any escalation notification.
This is great

Re: Need to Disable Escalation Notifications (OTRS 3.3) [SOL
Hi,

you should consider, doing the advices, reneeb gave you.
Flo
And what is, if you do an upgrade? You'll loose your settings, I think.irba wrote:Thank you for your support.
I think it is solved now.
Apparently i should had modified NotifyAgentGorupOfCustomQueue.pm also.
I commented (#) all the rows below send each agent the escalation notifications and it is half an hour now, that the system hasn't sent any escalation notification.
This is great

you should consider, doing the advices, reneeb gave you.
Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
-
- Znuny newbie
- Posts: 26
- Joined: 06 Mar 2013, 12:41
- Znuny Version: 3.2.2
- Real Name: Irini
- Company: Albtelecom
Re: Need to Disable Escalation Notifications (OTRS 3.3)
Yeah, I think the same way too, but I couldn't find any better solution at the moment...
We have only one valid cron job, that deletes junk tickets; yes, we have a backup OTRS, but DoNotSend mail option is selected at Sendmail; and I cannot think of any installed module that might send escalation notifications
We have only one valid cron job, that deletes junk tickets; yes, we have a backup OTRS, but DoNotSend mail option is selected at Sendmail; and I cannot think of any installed module that might send escalation notifications

Re: Need to Disable Escalation Notifications (OTRS 3.3)
Hi,
what's in the logfiles?
Flo
what's in the logfiles?
Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.