You are not logged in.
Pages: 1
Hola comunidad, quería consultar si existe alguna manera de crear masivamente tickets de alguna manera? Si conocen o algo, estuve probando con data injection pero al tener formularios creados con el formcreator se me esta complicando demás.
Cualquier ayuda posible es buena.
Gracias por su tiempo.
Last edited by nikolaidys73 (2024-01-15 15:13:08)
Version GLPI: 10.0.16 -
Plugins :Fields aditional 1.21.9 - Alerts 1.12.2 - GLPI Inventory 1.3.4 - Escalation 2.9.4 - Data Inyection 2.13.4 - Metabase - 1.3.3 - Ticketfilter 1.3.2 - Timeline of tickets -10.0+1.2 - YAGP 2.3.1 - Gapp Essentials 2.3.0 - Formcreator 2.13.9
Server :Ubuntu 22.04 LTS
Offline
Tendrás que hacerlo via API
Offline
de forma logica pensarlo seria: 1 - O bien que tome un excel con los campos predeterminados del formulario ya creado
2- Crear una api por cada formulario masivo con los campos detallados.
Corríjanme si estoy equivocado.
Version GLPI: 10.0.16 -
Plugins :Fields aditional 1.21.9 - Alerts 1.12.2 - GLPI Inventory 1.3.4 - Escalation 2.9.4 - Data Inyection 2.13.4 - Metabase - 1.3.3 - Ticketfilter 1.3.2 - Timeline of tickets -10.0+1.2 - YAGP 2.3.1 - Gapp Essentials 2.3.0 - Formcreator 2.13.9
Server :Ubuntu 22.04 LTS
Offline
En python seria bastante sencillo.
Una funcion que te leyera un archivo *.csv y a partir de los datos del csv te creara los tickets via API.
Offline
Puedo usar directamente el PhpSpreadsheet, creo una pagina que cargue los datos en la base de datos y aparezcan los tickets?
Version GLPI: 10.0.16 -
Plugins :Fields aditional 1.21.9 - Alerts 1.12.2 - GLPI Inventory 1.3.4 - Escalation 2.9.4 - Data Inyection 2.13.4 - Metabase - 1.3.3 - Ticketfilter 1.3.2 - Timeline of tickets -10.0+1.2 - YAGP 2.3.1 - Gapp Essentials 2.3.0 - Formcreator 2.13.9
Server :Ubuntu 22.04 LTS
Offline
Pages: 1