Pending reminder E-mail for a single agent

Moderator: crythias

Locked
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Pending reminder E-mail for a single agent

Post by aph »

I had enabled pending reminder e-mails for all agents viewtopic.php?f=62&t=28888. However, most agents don't want to be reminded about pending tickets.
How do I create an event-based notification when pending time has reached for the agents who would like to be reminded. I created a new event based notification:
Event: TicketPendingTimeUpdate
Ticket filter: Queue ABC
Subject: bla bla
Text: qwerty

However, when the pending time has been reached, a notification is not sent to the agent. Any pointers?
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Pending reminder E-mail for a single agent

Post by aph »

An ideas on this?
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Pending reminder E-mail for a single agent

Post by aph »

Which event should I be using for triggering the notification? TicketPendingTimeUpdate seems to be the most relevant. Any ideas?
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Pending reminder E-mail for a single agent

Post by crythias »

Unfortunately, this isn't an event as such. This is merely a detected delta of seconds (time difference) that periodically is checked as passed. By default, this check is every 2 hours on the :45.


Logic handled in bin/otrs.PendingJobs.pl
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
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Pending reminder E-mail for a single agent

Post by aph »

Thanks
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Locked