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?
Pending reminder E-mail for a single agent
Moderator: crythias
Pending reminder E-mail for a single agent
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Re: Pending reminder E-mail for a single agent
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Re: Pending reminder E-mail for a single agent
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
-
- 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
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
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
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
Re: Pending reminder E-mail for a single agent
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
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache