# Zendesk: Ticket Backlog

## Description

* A daily historical view of the ticket field values defined in the `ticket_field_history_columns` variable for all backlog tickets. Backlog tickets being defined as any ticket not a 'closed', 'deleted', or 'solved' status.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/zendesk/resources/zendesk.svg" alt="" data-size="line"> Zendesk Support

## Columns

| Type    | Name             | Description                                                                           |
| ------- | ---------------- | ------------------------------------------------------------------------------------- |
| DATE    | date\_day        | The date of the day associated with the field values                                  |
| INTEGER | ticket\_id       | A ticket's unique identifier, it is automatically assigned when the ticket is created |
| STRING  | status           | The status of the ticket                                                              |
| STRING  | created\_channel | The channel where the ticket was created                                              |
| STRING  | assignee\_name   | The assignee name assigned to the ticket                                              |
| STRING  | priority         | The tickets priority ranking                                                          |


---

# 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://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/zendesk-ticket-backlog.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.
