You are not logged in.
Pages: 1
How can I set it so that when there is a reply in the ticket, the reply is the first in the email.
Offline
I don't think you can reverse the order of the followups/task in the notification, but you can change the template to only show the most recent reply.
You can use something like this:
##FOREACH LAST 1 timelineitems##
##lang.timelineitem.author## ##timelineitem.author##
##lang.timelineitem.description## ##timelineitem.description##
##lang.timelineitem.date## ##timelineitem.date##
##ENDFOREACHtimelineitems##
You can change notification templates in Setup > Notifications > Notification Templates. Inside the template, go to the translations tab and select the default translation.
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
Pages: 1