Hauptmenü

PendingJobs.pl from OTRS

Begonnen von gissberg, 04.06.2018 12:34:05

⏪ vorheriges - nächstes ⏩

gissberg

Hi, I'm trying to hide pending tickets the way you used to do in OTRS and kix4otrs. I've managed to hide the tickets but apparently the PendingJobs.pl does not exist.


Is there any way to change states on tickets in a cron fashion?


It's a kix17 installation.

Richard Leis

Hello Gissberg,

with KIX there aren't so many small scripts anymore.We put them together in one big script (/opt/kix/bin/kix.Console.pl).
To execute the pending Check, you can let your cron execute the script with the following parameter:

sudo -u <web-User> /opt/kix/bin/kix.Console.pl Maint::Ticket::PendingCheck

This does the same as teh old PendingJobs.pl script.

Best regards

Richard