Preventing uncontrolled ticket escalation Emails

Moderator: crythias

Locked
diya4911
Znuny newbie
Posts: 9
Joined: 12 Jun 2014, 14:08
Znuny Version: 3.3.6
Real Name: Diya Saadeh
Company: AIG

Preventing uncontrolled ticket escalation Emails

Post by diya4911 »

I wonder if its possible to completely take control of the Emails sent by OTRS for escalated tickets,
No escalation Notifications (event) is setup on the system, still once a ticket is escalated inside the system at random time after it's escalated like 11 minutes an escalation Email is received,
and then as the ticket is kept open escalation Emails keeps on being received like every 24 hours at 12,

Is those Emails like sent by design and can't be disabled? it would be great if this is just controlled from the Notifications (event) part, would disabling this like disables other functions in the system?

Thanks,
OTRS 3.3.x on Windows with MS SQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Preventing uncontrolled ticket escalation Emails

Post by crythias »

Kernel/Config/GenericAgent.pm
runs from var/cron/generic_agent

default every 20 minutes.

change there and bin/Cron.sh restart otrs
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
diya4911
Znuny newbie
Posts: 9
Joined: 12 Jun 2014, 14:08
Znuny Version: 3.3.6
Real Name: Diya Saadeh
Company: AIG

Re: Preventing uncontrolled ticket escalation Emails

Post by diya4911 »

Will this like prevent the OTRS system from sending like any sort of Email notifications or just escalation Emails, I can just comment the lines for the escalation?
OTRS 3.3.x on Windows with MS SQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
diya4911
Znuny newbie
Posts: 9
Joined: 12 Jun 2014, 14:08
Znuny Version: 3.3.6
Real Name: Diya Saadeh
Company: AIG

Re: Preventing uncontrolled ticket escalation Emails

Post by diya4911 »

testing this out seems to be working this is great
OTRS 3.3.x on Windows with MS SQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Preventing uncontrolled ticket escalation Emails

Post by crythias »

Even if you talk with "like" every third word, please try not to type like that. I envision a teenager from the 1980's with a side poinytail, bubblegum, and rollerskates.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
diya4911
Znuny newbie
Posts: 9
Joined: 12 Jun 2014, 14:08
Znuny Version: 3.3.6
Real Name: Diya Saadeh
Company: AIG

Re: Preventing uncontrolled ticket escalation Emails

Post by diya4911 »

thanks for the note no problem, regarding the files when I comment the lines in GenericAgent.pm I no longer receive the built in escalation notifications nor the event based ones that I created,
When I un comment the lines again, I only receive the built in notification emails,
maybe this is related to the advanced escalation add-on
OTRS 3.3.x on Windows with MS SQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Locked