notification events

Moderator: crythias

Locked
pma
Znuny newbie
Posts: 3
Joined: 09 Jan 2013, 12:11
Znuny Version: 3.1.11

notification events

Post by pma »

hello,
i want to ask how to configure notification events for this event: TicketSLAUpdate.

i created ticket, configured notification event(name, recipient agent, event: ticketslaupdate, subject, text, email notif-internal, valid)
changed sla and no email came.

what i am doing wrong?

thank you.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: notification events

Post by crythias »

What do the logs say.?
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
pma
Znuny newbie
Posts: 3
Joined: 09 Jan 2013, 12:11
Znuny Version: 3.1.11

Re: notification events

Post by pma »

hello,
few minutes ago I checked this option in sysconfig:
Ticket::EventModulePost###900-EscalationStopEvents
but still no emails are sent.

after i checked it, new lines appeared in log:
[Wed Jan 9 12:58:50 2013][Error][Kernel::System::Ticket::Event::TriggerEscalationStopEvents::Run][55] TriggerEscalationStopEvents called for ArticleCreate
[Wed Jan 9 12:58:50 2013][Error][Kernel::System::Ticket::Event::TriggerEscalationStopEvents::Run][55] TriggerEscalationStopEvents called for TicketSLAUpdate

i also uncommented lines in kernel/config:
[Wed Jan 9 12:55:02 2013][Notice][Kernel::System::GenericAgent::JobRun] Run GenericAgent Job 'send escalation notifications' from config file.
[Wed Jan 9 12:55:02 2013][Notice][Kernel::System::GenericAgent::JobRun] Run GenericAgent Job 'trigger escalation events' from config file.
Locked