> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/eses/versiones-anteriores/resumen-de-cambios-versiones-anteriores/novedades-de-la-version-2022.2/fechas-de-vencimiento-de-los-tickets-divididos.md).

# Fechas de vencimiento de los Tickets divididos

Hemos cambiado la forma en que se calcula la fecha de "Resuelto el" para un Ticket que ha sido dividido.

Ahora lo calculamos como el máximo de la fecha de Resuelto el de los tickets en los que se ha dividido. Básicamente, cuando se resuelve el último de los tickets "subordinados" divididos, el ticket original también se marca con la misma fecha de Resuelto el. Con el enfoque anterior era posible que el ticket original se marcara como resuelto con una fecha anterior a la de algunos de sus tickets subordinados divididos. Además, este enfoque garantiza que la fecha de Resuelto el del ticket original no cambie una vez establecida.

Por ejemplo:

El Ticket A se ha dividido en Tickets B y C.

El Ticket B se resuelve el “'02-02-2022 01:10:00” y el Ticket C se resuelve el “03-02-2022 02:00:00”.

La hora marcada para la resolución del Ticket A será “03-02-2022 02:00:00”.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.enate.net/whats-new/eses/versiones-anteriores/resumen-de-cambios-versiones-anteriores/novedades-de-la-version-2022.2/fechas-de-vencimiento-de-los-tickets-divididos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
