# Reccurent tickets

Recurring tickets allow you to schedule ticket creation for recurring events. For example :&#x20;

* Open a ticket every Monday to check that weekend backup was correctly executed
* Open a ticket first day of the month to perform initialization operations

{% hint style="success" %}
You can use [templates ](https://help.glpi-project.org/documentation/modules/tabs/templates)to program recurrent ticket opening.
{% endhint %}

<figure><img src="https://3503800744-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIiEHKRx5AeABNDLcRlWX%2Fuploads%2F2B4HAchN3PDTpJXeO5VP%2Fadd_recurrent_ticket.png?alt=media&#x26;token=7b9e2afa-8d0f-4971-bd76-68202345e45c" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Reccurent ticket opening is done through an automatic action named **`RecurrentItems`**, see [Configure automatic actions](https://help.glpi-project.org/documentation/modules/configuration/crontasks).
{% endhint %}

## The different fields

* **Active**: allows to disable temporarily ticket creation;
* **Ticket template**: model that will be used for ticket creation;
* **Start date**: start date for ticket creation, mandatory;
* **End date**: optional, defines ticket creation end date;
* **Periodicity**: ticket creation period;
* **Preliminary creation**: time for anticipated ticket creation;
* **Calendar** : allows to limit ticket creation days;
* **Create a ticket per linked element.**

{% hint style="info" %}
Tickets will only be created if **`Active`** is **`Yes`** and if current date is between **`Start date`** and **`End date`**.
{% endhint %}

## The different tabs

### Informations

Displays the date and time of the next ticket creation.

***

### Historical

List the history of the recurring ticket.

***

### Items

You can add equipment to your recurring tickets. If the Create a ticket per linked element option is enabled, each piece of equipment will have its own ticket.

<a href="../../tabs/item" class="button secondary">Go to Items</a>
