# Ticket Activities / Risks

## Purpose

This view is for team mangers to see all their relevant ticket activities and risks across teams and boards. Moreover, powerful filtering can be used to slice and dice tickets across the organisation to follow evidence and do quick investigations.

{% hint style="success" %}
**Improvement Actions**: Logilica's pre-computed risk categories help to proactively manage tickets before future problems, such as sprint overruns or delivery delays occur.
{% endhint %}

## Explanations

Some of the information about each ticket in this report includes:

**Lead time**: The ticket lifecycle time from its creation to being closed.

**Breakdown**: The lifecycle breakdown of each ticket showing its time in the Backlog (until being assigned), Pickup (from assignment to in progress) and Resolution (from in progress to done).

**Updated**: The last time the tickets were touched as recorded by Jira etc. This includes all activities recorded by Jira or similar planning tools.

**Status**: Ticket status as defined by Jira/GitHub Projects etc. status.

### Risks

Logilica tracks the number of default risks for each ticket. This includes:

* **Slow Response**: A ticket that has been assigned but has not been moved to in-progress for more than 7 days.
* **Unassigned WIP:** A ticket that has been moved to a work-in-progress (WIP) state, but is not assigned to anyone.
* **Long Running WIP**: A ticket that has been moved to an in-progress state, but has not been closed in more than 2 weeks. This ticket might be stuck or forgotten and likely leads to a sprint overrun.
* **Sprint Overrun**: A ticket that was scheduled for a specific sprint, but did not get completed in the originally scheduled sprint.

## Good to Know

The ticket risks serve as predefined filters and can be combined with other existing or **custom filters**. Behind the *More* button on the filter bar additional complex queries such as below can be easily constructed.

<figure><img src="/files/DGYvLbXIvHSHCbjbTv7p" alt="" width="246"><figcaption><p>Powerful Ticket Filters</p></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.logilica.com/metrics-and-reports/planning/ticket-activities-risks.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.
