You are not logged in.
Hello,
Our end-users have no idea how many tickets are currently globally un-solved. Therefore, when they put in a new ticket, they think they will jump to the front of the queue, when their ticket could perhaps be the newest ticket in a global queue of over 400 unsolved tickets. Is there a way to add a message in our outgoing message templates so that not only do they get a notification that their ticket has been received, but also an idea about how many tickets are currently in the queue?
Thanks for any thoughts.
Brad
Offline
Hello bjohnson1102,
i'm not sure if it will work as i didn't try it but here is a variable that could help you:
##lang.ticket.numberofunresolved##
Try to add this maybe you need a loop for that like this:
##FOREACHtickets## ##lang.ticket.numberofunresolved## ##ENDFOREACHtickets##
Regards
Server: GLPI 10.0.15 FreeBSD 13 NGINX
Plugins: Additional fields 1.21.8, News 1.12.2, Data injection 2.13.5, Form Creator 2.13.9, Glpisaml 1.1.6
Offline
Thank you! I had looked through the list of tags, but somehow I had missed that. That worked!
Brad
Hello bjohnson1102,
i'm not sure if it will work as i didn't try it but here is a variable that could help you:
##lang.ticket.numberofunresolved##
Try to add this maybe you need a loop for that like this:
##FOREACHtickets## ##lang.ticket.numberofunresolved## ##ENDFOREACHtickets##Regards
Offline