Only Support Desk/Single User can close Ticket.

Moderator: crythias

Locked
nici338
Znuny newbie
Posts: 5
Joined: 03 Mar 2015, 11:47
Znuny Version: 3.3.9
Real Name: Nicolas
Company: BFS

Only Support Desk/Single User can close Ticket.

Post by nici338 »

Hello guys

My question is: Is it possible that the support desk has to confirm a ticket as really closed after the Agent has "closed" it?

Thanks in advance!

Nicolas
EXG133
Znuny expert
Posts: 217
Joined: 06 Aug 2012, 18:12
Znuny Version: 3.1.7 & 4.04

Re: Only Support Desk/Single User can close Ticket.

Post by EXG133 »

I don't know of any out of the box solution but this might work:

use ACL's to hide the real closed state
let your agents put a ticket in resolved/fixed/...
Your support desk can use a search template to find all tickets in resolved OR you can use an event based task to move it to their queue
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Only Support Desk/Single User can close Ticket.

Post by reneeb »

Use ACLs to disallow AgentTicketClose and all closed states when the support desk hasn't confirmed that the ticket is closed.

To implement the confirmation, I would create create two new ticket states:

* wait for support desk - close
* support desk confirmed

When the agents wants to close a ticket, he/she has to select "wait for support desk - close". The support desk agents can confirm the ticket by selecting "support desk confirmed".

If you want the support desk to acutally close the ticket, you can leave the second new state and the support desk can close the ticket instead.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
nici338
Znuny newbie
Posts: 5
Joined: 03 Mar 2015, 11:47
Znuny Version: 3.3.9
Real Name: Nicolas
Company: BFS

Re: Only Support Desk/Single User can close Ticket.

Post by nici338 »

Thank you guys for your quick response time..
I think this will definitely help.

:D
Locked