You are not logged in.
Bonjour,
Je cherche à ajouter dans mes notifications par mail le lieu où il y a un problème.
Quel fichier modifier? Et que variable contient le lieu?
Merci
Offline
Les balises suivantes ne te permettent pas d'obtenir l'information que tu souhaite ?
##ticket.item.location##
##author.location##
##item.location##
Offline
Il n'y a pas de fichier à modifier. Tout est stocké dans la DB de GLPI.
Il faut créer des modèles de notifications (tu peux les écrire en HTML).
Michaël
Michaël
Offline
Merci pour les réponses cependant ça ne fonctionne pas pourtant j'ai bien rajouter
##ticket.item.location##
##author.location##
##item.location##
Dans mon gabarit html de notification dans glpi.
Offline
Qu'est ce qui ne fonctionne pas ? tu reçoit la notification ? quelque chose s'affiche ?
Offline
Je reçois la notif mais les champs de location n'apparaissent pas. Pourtant j'ai modifier le bon gabarit (et c'est certain car il y a du css dessus)
Offline
Vous avez bien mis vos balises dans un ##FOREACH ticket## ?
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
Oui voila le code
##IFticket.storestatus=solved##
##lang.ticket.solution.description##
##lang.ticket.autoclosewarning##
##lang.ticket.solvedate## :
##ticket.solvedate##
##lang.ticket.solution.type## :
##ticket.solution.type##
##lang.ticket.solution.description## :
##ticket.solution.description##
##ENDIFticket.storestatus##
##IFticket.requesttype####ENDIFticket.requesttype## ##IFticket.itemtype####ENDIFticket.itemtype## ##IFticket.assigntousers####ENDIFticket.assigntousers####IFticket.assigntogroups####ENDIFticket.assigntogroups####IFticket.storestatus=closed####ENDIFticket.storestatus####IFticket.numberoffollowups####ENDIFticket.numberoffollowups####IFticket.numberoftasks####ENDIFticket.numberoftasks##
##ticket.title####IFticket.numberoffollowups## ##lang.ticket.numberoffollowups## : ##ticket.numberoffollowups## ##ENDIFticket.numberoffollowups####IFticket.numberoftasks## ##lang.ticket.numberoftasks## : ##ticket.numberoftasks## ##ENDIFticket.numberoftasks##
##lang.ticket.authors## :
##IFticket.authors## ##ticket.authors## ##ENDIFticket.authors## ##ELSEticket.authors## -- ##ENDELSEticket.authors##
##lang.ticket.creationdate## :
##ticket.creationdate##
##lang.ticket.closedate## :
##ticket.closedate##
##lang.ticket.requesttype## :
##ticket.requesttype##
##lang.ticket.item.name## :
##ticket.itemtype## - ##ticket.item.name## ##IFticket.item.model## - ##ticket.item.model## ##ENDIFticket.item.model## ##IFticket.item.serial## - ##ticket.item.serial## ##ENDIFticket.item.serial## ##IFticket.item.otherserial## - ##ticket.item.otherserial## ##ENDIFticket.item.otherserial##
##lang.ticket.assigntousers## :
##ticket.assigntousers##
##lang.ticket.status## :
##ticket.status##
##lang.ticket.assigntogroups## :
##ticket.assigntogroups##
##lang.ticket.urgency## :
##ticket.urgency##
##lang.ticket.impact## :
##ticket.impact##
##lang.ticket.priority## :
##ticket.priority##
##lang.ticket.category## :
##IFticket.category## ##ticket.category## ##ENDIFticket.category## ##ELSEticket.category## ##lang.ticket.nocategoryassigned## ##ENDELSEticket.category##
##lang.ticket.content## :
##ticket.content##
##lang.ticket.solvedate## :
##ticket.solvedate##
##lang.ticket.solution.type## :
##ticket.solution.type##
##lang.ticket.solution.description## :
##ticket.solution.description##
##lang.ticket.numberoffollowups## :
##ticket.numberoffollowups##
##lang.ticket.numberoffollowups## : ##ticket.numberoffollowups##
##FOREACHfollowups##
[##followup.date##]
##lang.followup.isprivate## :
##followup.isprivate##
##lang.followup.author## :
##followup.author##
##lang.followup.description## :
##followup.description##
##lang.followup.date## :
##followup.date##
##lang.followup.requesttype## :
##followup.requesttype##
##ENDFOREACHfollowups##
##lang.ticket.numberoftasks## : ##ticket.numberoftasks##
##FOREACHtasks##
[##task.date##]
##lang.task.isprivate## :
##task.isprivate##
##lang.task.author## :
##task.author##
##ticket.item.location##
##author.location##
##item.location##
##lang.task.description## :
##task.description##
##lang.task.time## :
##task.time##
##lang.task.category## :
##task.category##
##ENDFOREACHtasks##
Offline
Vous mettez les balises concernant les lieux dans un foreach qui concerne qui taches.
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
Donc:
##FOREACHtasks##
##ticket.item.location##
##author.location##
##item.location##
?
Offline