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!
close automaticaly tickets for queue
Moderator: crythias
-
- Znuny newbie
- Posts: 44
- Joined: 14 Oct 2015, 10:17
- Znuny Version: 3.3.8
-
- 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
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.

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
-
- Znuny newbie
- Posts: 44
- Joined: 14 Oct 2015, 10:17
- Znuny Version: 3.3.8
Re: close automaticaly tickets for queue
yes, this is an interesting caseRStraub 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.

thank you man this solution is very helpful