You are not logged in.
Pages: 1
Hello guys,
I need to create a hook for new users assigned to a ticket for my plugin
I was using this code :
$PLUGIN_HOOKS['item_update']['myplug'] = array('Ticket'=> 'plugin_ticket_update_myplug');
But this catches every type of update (solution,task,...) on a ticket but I only need to catch the update of assigning a new user is to a ticket.
Hope you got the idea guys and you can help me
Last edited by aziz (2022-10-06 00:42:09)
Offline
Pages: 1