# Zendesk: Ticket Field History

## Description

* A daily historical view of the ticket field values defined in the `ticket_field_history_columns` variable and the corresponding updater fields defined in the `ticket_field_history_updater_columns` variable.

## Supported Data Sources

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

## Columns

| Type    | Name            | Description                                                                           |
| ------- | --------------- | ------------------------------------------------------------------------------------- |
| STRING  | ticket\_day\_id | The unique key of the table, a surrogate key of date\_day and ticket\_id.             |
| 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  | priority        | The tickets priority ranking                                                          |
| STRING  | assignee\_id    | The assignee id assigned to the ticket                                                |
| STRING  | status          | The status of the ticket                                                              |


---

# 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-field-history.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.
