Custom action: attribute a ticket to someone else?
Custom action: attribute a ticket to someone else?
Hi,
I have the following form:
HD_INPUT_FORM
with the following field: USER
As an admin I can edit a ticket and change the User to any of my colleagues.
But as a user they cannot./
What form should be the custom action? int? bool? void?
Let's say I have 4 users, do I need:
Custom_action_A = Attribute_to_User_1
Custom_action_B = Attribute_to_User_2
Custom_action_C = Attribute_to_User_3
Custom_action_D = Attribute_to_User_4
Many thanks