I need some clarification here.
In our OTRS 3.2.6, we have several tickets in a 'pending reminder' state. These tickets are listed correctly when using TICKETS -> STATUS VIEW. However, no tickets are listed in the Dashboard's 'Reminder Tickets' Dashlet. The Dashlet shows a (0) for Locked tickets, Tickets in my Queue, and All Tickets.
My question: Should the Reminder Ticket Dashlet list tickets in the Pending reminder state?
If yes, can anyone offer troubleshooting tips as to why these tickets are not listed correctly.
If no, what exactly is the Reminder Ticket Dashlet supposed to list?
[SOLVED] Dashboard Reminder Tickets not listing items
Moderator: crythias
[SOLVED] Dashboard Reminder Tickets not listing items
Last edited by MKOP on 16 May 2013, 18:36, edited 1 time in total.
--------------------------------------------------------------
Running OTRS 3.3.3 on Ubuntu 12.04 With MySQL
Running OTRS 3.3.3 on Ubuntu 12.04 With MySQL
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Dashboard Reminder Tickets not listing items
Yes, but ...MKOP wrote:Should the Reminder Ticket Dashlet list tickets in the Pending reminder state?
Edit Config Settings in Ticket -> Frontend::Agent::Dashboard
> "All tickets with a reminder set where the reminder date has been reached"
The criteria is: TicketPendingTimeOlderMinutes=1;StateType=pending reminder;SortBy=PendingTime;OrderBy=Down;
(or, the current time is older than the Pending (UntilTime) by 1 minute or more)
"So, how do we see pending tickets?"
Search for them, look in "Upcoming Events" but *generally*, Pending tickets are "out of site, out of mind" until the reminder is reached ... like your calendar in Outlook.
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: [SOLVED] Dashboard Reminder Tickets not listing items
Perfect. And it works just as you explained.
--------------------------------------------------------------
Running OTRS 3.3.3 on Ubuntu 12.04 With MySQL
Running OTRS 3.3.3 on Ubuntu 12.04 With MySQL
Re: [SOLVED] Dashboard Reminder Tickets not listing items
Perhaps it may be useful for someone. I used negative time for TicketPendingTimeOlderMinutes attribute to show pending tickets in Dashboadrd before the pending time comes