You are not logged in.
Hello,
we have two Entity´s now i wanted to simplify the process of ticket creation with the simplified interface for the user. My Problem is now that the ticket has to be assigned to one of those two entity´s for the respective group two work on it and since the simplified interface has no Entity category i tried the category tab with a rule that assigns based on said category sadly that assign to entity only exists in the mail receiver rule set. But these Tickets are created on the Helpdesk any tips or help ?
Offline
check formcreator plugin and create a form that has 2 targettickets. one assigned to entity A and the other to entity B . set the for to select wich entity is assigned depending on an anwser to the form (ie make a question radio buttton : entity A/ entity B)
or
create 2 forms. each form has a target assigned to its entity
ie :
1 form "I have an email issue" > assigned to IT team (entity)
1 form "I Have an HR issue"> assigned to HR team (entity)
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
Hey,
I tried that but i dont really understand it. I created a form with two radio Buttons but depending on which i select i create a ticket in that entity with the title of the form and with the content of the form as a description
Offline
can your users easily choose the category ?
then on your form
question 1 : radiobutton category1 ; category2 (or some more explicit name)
question 2 : text : title
question 3 : description (textbox)
create 2 target tickets :
condition to create ticket 1 : question 1 answer is " category1" (or some more explicit name)
condition to cerate ticket 2 : question 1 answer is " category2" (or some more explicit name)
on the target ticket set entities, category, description (##FULLFORM##) or question3 answer , title,
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
Thanks it worked, one more question in the simplified interface can i somehow remove the create ticket button so users will click on the form ?
Offline
check administration>entities>[myEntity]>Forms (tab)>helpdeskmode= "service catalogue simplified"
users with simplified interface will get a special interface to see forms
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
Thanks seems to work
Offline