
Savitra,
As far as I know I should only get the notification once, after the ticket has escalated.
In my case I get a notification every time GenericAgent.pl runs, after the ticket has escalated.
Changing the crontab doesn't fix the issue, I still get notified every time it runs.
Any other ideas? Thanks for your help.
________________________________
From: savitra sirohi
In OTRS 2.4.2 we are constantly getting escalation notifications.
This is the relevant entry in GenericAgent.pm:
%Jobs = ( 'send escalation notifications' => { # Escalation => 1, TicketEscalationTimeOlderMinutes => -60, Locks => ['unlock'], States => ['new', 'open'],
# new ticket properties New => { # Module => 'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQueue', # notify all agents who have rw permissions on the ticket Module => 'Kernel::System::GenericAgent::NotifyAgentGroupWithWritePermission', }, }, );
As you can see, I'm using NotifyAgentGroupWithWritePermission.pm instead of NotifyAgentGroupOfCustomQueue.pm.
AFAIK this same configuration used to work with 2.3.4.
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/