How to auto lock & move a ticket after Decision is made?

English! place to talk about development, programming and coding
Post Reply
ohmygoh
Znuny newbie
Posts: 8
Joined: 07 Jun 2012, 03:10
Znuny Version: OTRS 3.1

How to auto lock & move a ticket after Decision is made?

Post by ohmygoh »

Hi,

How to auto lock a ticket after Decision is made by L2 or etc and move the ticket back to the owner??

Thanks.

Regards,
goh
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: How to auto lock & move a ticket after Decision is made?

Post by reneeb »

You can add a new GenericAgent job (Admin -> GenericAgent) that checks the Decision. And based on that you can add several ticket actions. But note that this action is not necessarily run immediately after the decision was set as the GenericAgent runs every x min (depends on your cronjob).

Another solution would be write a ticket event module. That module is invoked every time the event it is bound to is fired...
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
Post Reply