Chnage Ticket Queue When ticket is closed successfully .

Moderator: crythias

Post Reply
abhijitsarangi
Znuny newbie
Posts: 12
Joined: 21 Feb 2011, 08:19
Znuny Version: otrs-2.4.7-01

Chnage Ticket Queue When ticket is closed successfully .

Post by abhijitsarangi »

Dear All,

My Default queue is "Common Queue". All the tickets raised by the customer come to the " Common Queue" and the default owner of the ticket is otrs admin. From that queue I move the tickets to some other queue where different agents provides resolutions to the customer queries depending on the access rights to that queue.

As per default OTRS feature , when one agent Locks the ticket he/she became the owner of that ticket. That ownership persist , even after the agent closes the ticket successfully.

I want to achieve the functionality , where once the ticket status is "closed successful" that ticket should unlock , ownership should transfer to OTRS admin and the ticket queue should become the default " Common Queue".


Is there any way to achieve this or I asking too much????

All the efforts are appreciated.

Thanks and regards.
ferrosti
Znuny superhero
Posts: 723
Joined: 10 Oct 2007, 14:30
Znuny Version: 3.0
Location: Hamburg, Germany

Re: Chnage Ticket Queue When ticket is closed successfully .

Post by ferrosti »

Seems like a task for GenericAgent. Have a look at it :)
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
shostakovich
Znuny advanced
Posts: 146
Joined: 11 Apr 2011, 08:11
Znuny Version: 3.2.5

Re: Chnage Ticket Queue When ticket is closed successfully .

Post by shostakovich »

a) Easy with GenericAgent, but depending on cron schedule
b) you write an own event module which runs directly after [TicketStateChange]->closed
Post Reply