# Ticketing Widgets

{% hint style="info" %}
Most dashboard widgets will provide helpful information as to their purpose if you roll your mouse over the Information icon <img src="/files/eezZg8q1rDIeYDSpCPm9" alt="" data-size="line">.
{% endhint %}

Epiphany's ticketing system has many ways to show you data about tickets. This information helps you identify trends in the types of issues in your organization.&#x20;

### New Tickets Today

This widget shows the number of tickets opened today. In this example, only two tickets were opened today. Compare this widget with the **Tickets Created by Severity** widget (below), which shows the same information but also includes a breakdown of the tickets' severity.&#x20;

![](/files/maMJGlRHNWyABkkvZOoB)

### Open Investigation Tickets

This widget shows the number of open investigation tickets.&#x20;

![](/files/QRAGWGH9uEggeEth3zZ9)

### Open Risk Approval Tickets

This widget shows the number of open risk approval tickets.&#x20;

![](/files/qWDdwGd7Gmrpu7cXPQYj)

### Ticket Table

The ticket table lists all of your tickets. You can click on column heads to sort by the information in that column. This is useful if you want to view all open tickets first (click on the **Status** column head) or all the tickets assigned to a particular person (click in the **Assignee** column head).&#x20;

You can also use the **Search** bar to search for certain types of data. For example, you can search for all tickets with a particular word in the **Title**.&#x20;

<figure><img src="/files/MAqayotBHoEvUjU1sOWC" alt=""><figcaption><p>Ticket Table</p></figcaption></figure>

### Tickets Created by Severity

This widget shows the total tickets created today, by severity. On this day, only two tickets were created and their severity is medium.

![](/files/BDMeXrB1VWsl1BMycjaP)

### Top Active and Inactive Tickets

This widget shows the numer of active and inactive tickets. In this example, there are 15 active tickets and no inactive tickets.&#x20;

![](/files/tw1lAPPk6iJktY9cOiJn)

### Total Open Tickets by Priority

This widget shows the number of open tickets, broken out by Priority. You can roll your mouse over the colored areas in the circle and see the number of tickets for each priority. In this example, there are 3 critical (red), 2 high (orange), 7 medium (yellow), and 3 low (blue) open tickets, for a total of 15 open tickets.&#x20;

![](/files/eBOhjltpjDzGuRqATlaQ)

### Total Open Tickets by Type

This widget shows the number of open tickets, broken out by Type. You can roll your mouse over the colored areas in the circle and see the number of tickets for each ticket type. In this example, there are 3 change request (turquoise), 2 investigation (blue), 2 information (purple), and 8 task (green) tickets, for a total of 15 tickets.&#x20;

![](/files/eSXjaXirrUzxY9zYQx9O)

### Total per Day Open Tickets by Type

This widget shows the number of tickets open each day, by type. In this example, you can see that on 8/23 there is a spike in Report Generation tckets.&#x20;

<figure><img src="/files/bSWNwvzSZnfPtd1N5PjK" alt=""><figcaption></figcaption></figure>

### Total per Day Opened VS Closed Tickets

This widget shows the number of tickets opened each day, compared with the number of tickets closed. In this example, you can see that on 8/23 there is a spike of opened tickets.&#x20;

<figure><img src="/files/48c3vhYnlIUtPPvGJoig" alt=""><figcaption></figcaption></figure>

### Total Tickets by Status

This widget shows the number of tickets by status.  You can roll your mouse over the colored areas in the circle and see the number of tickets for each status. In this example, there are 9 new (purple) tickets, 15 open (turquoise) tickets, 1 reopened (light grey) ticket, 1 closed (dark grey) ticket, and 1 closed true positive (red) ticket.&#x20;

![](/files/PcfDfga7Qq5JD02tUmRO)

### Velocity

This widget shows how opened and closed tickets average over time. You can see that on 8/22 there was a spike of opened tickets.&#x20;

<figure><img src="/files/vl1vXwdMjxDrSVKaDidh" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.reveald.com/technical-documentation/epiphany-workflows/technical-analysis/create-an-analysis-focused-dashboard/ticketing-widgets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
