Hello
what would be the best way to create script that would change status of the ticket from new -> open (our statuses) after some period of time?
is there maybe any exp?
thank you!
br
miha
Hello
what would be the best way to create script that would change status of the ticket from new -> open (our statuses) after some period of time?
is there maybe any exp?
thank you!
br
miha
You would use the rt-crontool to search for tickets, you can use ticket sql. Then on the returned collection you can have an action that sets the status.
Thank you!
Just one thing as I am quite new to this and also to Perl.
Where to find all available modules for:
thank you!
You can check in your RT directory: lib/RT/Action/
lib/RT/Search/
lib/RT/Condition/