Tickets which are closed are keeping their state: locked
This results into that the users are getting shown closed tickets as locked. E.g. this locked tickets are about 50% already closed:
I searched around and found
Code: Select all
Ticket::UnlockStateTypeCode: Select all
new
openCode: Select all
closedCode: Select all
closed successful
closed unsuccessfulCode: Select all
sudo -u otrs /opt/otrs/bin/otrs.Console.pl Maint::Ticket::UnlockTimeout
Unlocking tickets that are past their unlock timeout...
Done.