Apr 22, 20248:02 AM - bearbeitet Apr 22, 20248:20 AM
Teilnehmer/-in
I'm desperated trying to find how to 'print' who was the creator of the ticket. (PHP). I've done all the CRUD for tickets, but if i want to search by the field of the user who created the ticket,
I can't because i dont know/find the variable name.(I NEED THE VARIABLE NAME FOR THE FIELD 'of the creator of the ticket')
I mean, in tickets there is this variables for example: (
'content' => $content,
'hs_pipeline' => $hs_pipeline,
'hs_pipeline_stage' => $hs_pipeline_stage,
'hs_ticket_priority' => $hs_ticket_priority,
'subject' => $subject
so i need to call the one for who is the creator of that ticket please)