Service Desk and Machine Field
I was wondering if the machine field in the service desk will auto populate when putting in a ticket? I was under the impression that if you put in a ticket with the kbox agent it would automatically populate the field.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
GillySpy
13 years ago
It is a known issue that if the user submits it by webui then the machine doesn't get set. However, if you put in a ticket by email then it will get set automatically.
This may also work:
This may also work:
- change the settings of the machine field required=Not Required
- visible=owners-only/visible to users
Comments:
-
it doesn't seem to work on 5.5 version - jtsang@calhydro.com 11 years ago
Posted by:
airwolf
13 years ago
Posted by:
GillySpy
13 years ago
one could also have a ticket rule set it based on user name. This one (not tested) sets it anytime it's not set
frequency=on ticket save
select query:
update query:
frequency=on ticket save
select query:
select HD_TICKET.ID FROM HD_TICKET JOIN USER SUBMITTER ON SUBMITTER_ID=SUBMITTER.ID JOIN MACHINE M ON M.LAST_USER=SUBMITTER.USER_NAME
WHERE MACHINE_ID=0 and SUBMITTER_ID<>0
update query:
update HD_TICKET T JOIN USER SUBMITTER ON SUBMITTER_ID=SUBMITTER.ID JOIN MACHINE M ON M.LAST_USER=SUBMITTER.USER_NAME
SET MACHINE_ID=M.ID
WHERE T= <TICKET_IDS>
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.