The Dashboard is the main page of the system, here you can get an overview about the tickets and other stuff related to the ticket activity. It's thinking to be the starting point for the daily work of an agent, by default it presents a quick summary of the tickets which are pending, escalated, new, and open, among other information.
One of the most important features about Dashboard is that is completely customizable. That means you that can configure each part as you want, showing or hiding elements. It's even possible to relocate this elements within the same column by clicking on and dragging the element's header, and dropping them elsewhere. Each element is named "Widget", the system has some widgets ready to use out of the box, but the modular design of the dashboard screen is prepared to integrate custom widgets easily.
The content of this screen is arranged in two main columns, on the left column you normally can see information about tickets classified by their states like: reminder, escalated, new, and open. On each of this widgets you can filter the results to see all of the tickets that you are allowed to access, tickets you have locked, the ones that are located in agent defined queues, among other filters. There are also other kind of widgets in this column and they are all described below.
Left column dashboard widgets.
Ticket List Widgets
Widgets under this category share same overall behavior, look and feel. This widgets shows a list of tickets on a determined state. The amount of tickets display on each list page can be configured in widget options (they appear when you hover the mouse pointer over the top right part of the widget). This widgets support the following filters:
My locked tickets
The tickets that the logged agent has locked.
My watched tickets
The tickets that the logged agent has in his/her watched list, requires
Ticket::Watcher
setting to be turned on to be displayed.
My responsibilities
The tickets that the logged agent is set as responsible, Ticket::Responsible
setting is required to be turned on in order to make this filter visible.
Tickets in My Queues
The tickets that are on queues where the agent define as My Queues.
Tickets in My Services
The tickets that are assigned to services where the agent define as My Services and are on queues with at least read-only permissions.
All Tickets
All the tickets where the agent has access.
This widgets are:
Reminder Tickets
Tickets that are set as pending and the reminder date has been reach.
Escalated Tickets
Tickets that are escalated.
New Tickets
Tickets that have state New.
Open Tickets / Need to be answered
Tickets that have state Open and are ready for work with them.
Events Ticket Calendar
A calendar event (for this widget) is defined when a new ticket is created, the Events Ticket Calendar feature has to be enabled, and it requires two new fields to be displayed in ticket creation screens, one for the event start time and the other one for the end time, this times determine the duration of the event.
This widget includes the following views: month, week and day. Agents can scroll through the pages by using the right and left arrows.
As mentioned before just enabling the widget is not enough, a couple of "Date/Time" dynamic fields for tickets should be added into the system (via Dynamic Fields link in "Admin" panel) and set them up in the SysConfig for this widget, both Dynamic Fields should be configured to be displayed on the ticket creation screens, they should be filled during ticket creation or any other ticket action screen (e.g. Free Fields) to describe the time frame for the calendar event (start and end time), the ticket zoom screen might be configured to show this dynamic fields also, in case you consider it necessary.
Further configurations for this widget could be found under the
Frontend::Agent::Dashboard::EventsTicketCalendar
SubGroup in the SysConfig:
CalendarWidth
Defines the calendar width in percent. Default is 95%.
DynamicFieldStartTime
Defines dynamic field name for start time.
DynamicFieldEndTime
Defines dynamic field name for end time.
Queues
Only the tickets on the queues specified in this setting will be considered in the calendar view.
DynamicFieldsForEvents
Defines the dynamic fields that will be displayed in the calendar event overlay windows.
TicketFieldsForEvents
Defines the ticket attributes that will be displayed in the calendar event overlay windows.
Ticket Queue Overview
This widget shows in a ticket count matrix where the rows represents queues and the columns represents the ticket states, then on each cell the number of tickets on a defined state that belongs on a particular queue is displayed.
The widget also shows a Totals row and a Totals column, the Totals row shows the sum of the tickets for each state on all presented queues, while the Totals column represent the sum of the tickets for each queue on all presented states.
The queues and states that are presented can be changed via Sysconfig.
By clicking any of the ticket count numbers a ticket search results page will opened letting agents to have a more detailed overview of them.
In the right column is located a special widget that allow you to control the widgets you want to show or hide. This is the Settings widget. Click on it's header to expand the section and see all available widgets, as shown in Figure. Each widget name has a checkbox. Use this checkboxes to define the visibility of the widgets in the dashboard (unchecked widgets will not be shown) after you define the visibility options and click on Save for storing your changes. This section is fixed on the screen, this means you can't drag and drop it, or close it.
Right column dashboard widgets.
7 Day Stats
It shows a graph of ticket activity over the past 7 days that includes 2 lines. One that is usually blue color, represents the amount of created tickets per day and the second one, usually orange and represents the closed tickets per day.
Upcoming Events
Tickets on short for escalating or already escalated are listed here, info from this widget is very helpful since you have the chance to know about tickets needs your attention and you can decide in which ones you want to focus your effort on, set priorities or simply check what's coming on.
OTRS News
A complete list about OTRS activities and so important information about new product releases or patches.
Online
Here is showed a summary about the current agents logged the system, it also includes a section for customers on-line, please notice this widget is normally hidden, it can be shown using Settings widget described before.