You are not logged in.
Autoclose solved tickets set to "immediately"
If I create a ticket as solved the ticket doesn't get closed even if I force the closeticket automatic task.
Regardles of mode of execution GLPI or CLI.
Offline
Hi,
if its set to cli you have to create a cron job.
When set to glpi all the tasks will be proceed one by one if there is a little "action" with glpi.
So in both ways I would say it tooks a little time. Be patient
Debian 11.7 - PHP 7.4.33 - MariaDB 10.5.19 - 10.0.8-dev
Offline
I have it set to CLI, I have a cron job running every minute.
· Automatic closing of solved tickets after 1 day (So I change the dates so it's as if the ticket has been solved for a day or more).
- Ticket A is created directly as solved, after 2 or 3 runs of closetickets the ticket gets closed.
- Ticket B is created as a normal ticket would, add a few followups and add a solution, after 2 or 3 runs the ticket gets closed.
· Automatic closing of solved tickets immediately.
- Ticket A is created directly as solved, the tickets it's still "Solved" not "Closed" after a few runs.
- Ticket B is created as a normal ticket would, add a few followups and add a solution, since it's set to immediately it gets closed as soon as I hit send on the solution.
Offline
When you add a solution in the ticket, it's closed immediately. It don't use cron task for close ticket.
I confirm your issue: https://github.com/glpi-project/glpi/issues/5279
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
When you add a solution in the ticket, it's closed immediately. It don't use cron task for close ticket.
I confirm your issue: https://github.com/glpi-project/glpi/issues/5279
Thank you
Offline