Ticket Assignements
I'm trying to figure out if in a ticket rule to referr to the account that is logged into KACE.
The idea is that if a support person is logged in and assigns a ticket to themselves, upon save it react to whatever the rule is set to do. Like upon save change status from "new" to "work in progress."
The idea is that if a support person is logged in and assigns a ticket to themselves, upon save it react to whatever the rule is set to do. Like upon save change status from "new" to "work in progress."
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
GillySpy
14 years ago
Posted by:
londeaux
14 years ago
Yeah figured that part that out, but we want the owner of ticket and the person who's logged into KACE to be the same. Otherwise, if the ticket is assigned to someone else it becomes "work in progress" and the owner may not know they have a new ticket assigned to them.
We're just trying to automate as many steps as possible.
Our owners are already complaining about the escalation emails.
We're just trying to automate as many steps as possible.
Our owners are already complaining about the escalation emails.
Posted by:
GillySpy
14 years ago
Oh i see, currently there is no way for a rule to determine who is logged into the kbox. However, there is a way for a ticket rule to determine who made the change.
Whatever rule you get out of the above you could modify it to join in HD_TICKET_CHANGE table.
JOIN HD_TICKET_CHANGE ON HD_TICKET.ID=HD_TICKET_ID and HD_TICKET_CHANGE.ID=<CHANGE_ID> and OWNER_ID=HD_TICKET_CHANGE.USER_ID
That would mean we know the change in hand was made by the owner.
Whatever rule you get out of the above you could modify it to join in HD_TICKET_CHANGE table.
JOIN HD_TICKET_CHANGE ON HD_TICKET.ID=HD_TICKET_ID and HD_TICKET_CHANGE.ID=<CHANGE_ID> and OWNER_ID=HD_TICKET_CHANGE.USER_ID
That would mean we know the change in hand was made by the owner.
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.