You are not logged in.
Pages: 1
Hello
I'm trying to create a configuration so that tickets are automatically closed after a period of no response.
It has to be unresolved tickets, closing resolved tickets does not meet my purpose.
Any ideas?
Offline
You can use the Pending Reasons feature for this in GLPI 10.
In Setup > Dropdowns > Pending reasons you can create configurations for automatic reminders, time between reminders, and how many reminders are sent before the ticket is closed.
Then, when you add a task or followup to a ticket, click the pause icon and select the pending reason. This will make GLPI automatically send reminders that you are waiting for an update from the user until the user responds or the ticket gets automatically closed.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
You can use the Pending Reasons feature for this in GLPI 10.
In Setup > Dropdowns > Pending reasons you can create configurations for automatic reminders, time between reminders, and how many reminders are sent before the ticket is closed.
Then, when you add a task or followup to a ticket, click the pause icon and select the pending reason. This will make GLPI automatically send reminders that you are waiting for an update from the user until the user responds or the ticket gets automatically closed.
Thanks for the reply.
I understand that this feature requires some user to interact with the ticket.
I am using the platform to generate automatic tickets from an external platform, so the idea is that tickets that are opened and no one responds or gives a solution for a few hours, are automatically closed.
Is there any way to achieve this?
Offline
write a php script that uses API (get open ticket and close th one wich are opened by external platform and older than x hours. add a solution and close)
run that sript by cron.
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
Pages: 1