close automaticaly tickets for queue

Moderator: crythias

Locked
igoralvarez
Znuny newbie
Posts: 44
Joined: 14 Oct 2015, 10:17
Znuny Version: 3.3.8

close automaticaly tickets for queue

Post by igoralvarez »

Hi,

I want to close automaticaly a ticket when is open in a queue. How can i do this?? ACL?? I need a example.

Thank you!
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: close automaticaly tickets for queue

Post by RStraub »

You want to close all open tickets in a queue? Automatically? That's an interesting use case :)

However it's easy to do with an Generic Agent. Create a new one, filter for your queue and state then set as updated attribute the state="closed successful". Set the GA to run automatically every hour and you're done.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
igoralvarez
Znuny newbie
Posts: 44
Joined: 14 Oct 2015, 10:17
Znuny Version: 3.3.8

Re: close automaticaly tickets for queue

Post by igoralvarez »

RStraub wrote:You want to close all open tickets in a queue? Automatically? That's an interesting use case :)

However it's easy to do with an Generic Agent. Create a new one, filter for your queue and state then set as updated attribute the state="closed successful". Set the GA to run automatically every hour and you're done.
yes, this is an interesting case :)
thank you man this solution is very helpful
Locked