You are not logged in.
Pages: 1
Hi, I would like to know if there is the possibility of automatically opening a call, starting from a URL with the device ID as argument. If it didn't exist, I would like to know if an improvement of this type is possible
Offline
you can write a php script, that get vaiables from url then using GLPI's APIRESTrest opens a session, create a ticket, link ticket to asset from it's id
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
/front/ticket.form.php?_add_fromitem=_add_from_item&itemtype=Computer&items_id=11
Replace "Computer" with the itemtype you want and replace "11" with the item ID.
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