[SOLVED] Dashboard Reminder Tickets not listing items

Moderator: crythias

Locked
MKOP
Znuny newbie
Posts: 4
Joined: 19 Feb 2013, 19:43
Znuny Version: 3.2.1

[SOLVED] Dashboard Reminder Tickets not listing items

Post by MKOP »

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?
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
crythias
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

Post by crythias »

MKOP wrote:Should the Reminder Ticket Dashlet list tickets in the Pending reminder state?
Yes, but ...
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
MKOP
Znuny newbie
Posts: 4
Joined: 19 Feb 2013, 19:43
Znuny Version: 3.2.1

Re: [SOLVED] Dashboard Reminder Tickets not listing items

Post by MKOP »

Perfect. And it works just as you explained.
--------------------------------------------------------------
Running OTRS 3.3.3 on Ubuntu 12.04 With MySQL
shoox
Znuny newbie
Posts: 1
Joined: 09 Apr 2015, 13:32
Znuny Version: 4.0.1

Re: [SOLVED] Dashboard Reminder Tickets not listing items

Post by shoox »

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
Locked