You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-01-13 06:49:03

Thitikan
Member
Registered: 2023-01-13
Posts: 1

I would like to know what table holds "Assigned to - Technician".

I would like to know what table holds "Assigned to - Technician".

Offline

#2 2023-01-13 10:24:19

LaDenrée
HELPER
Registered: 2012-11-19
Posts: 6,287

Re: I would like to know what table holds "Assigned to - Technician".

glpi_tickets_users  table contains all the links between users and tickets, depending on types :


   // Requester
    const REQUESTER = 1;
   // Assign
    const ASSIGN    = 2;
   // Observer
    const OBSERVER  = 3;


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

Board footer

Powered by FluxBB