Hello all,
i configured some queues to give a unlock time out after x minutes. I configured this while creating a new queue. However the ticket is not unlocked after x minutes.
I checked the conditions,http://doc.otrs.org/3.0/en/html/x2168.html, and according to me, everything should be fine.
do i need to do something with the script:
bin/otrs.UnlockTickets.pl
regards
Automated Unlocking -> doesn't seem to work [solved]
Moderator: crythias
Automated Unlocking -> doesn't seem to work [solved]
Last edited by felix on 21 Dec 2010, 16:24, edited 1 time in total.
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: Automated Unlocking -> doesn't seem to work
Have a look at your cron jobs. By standard this job runs once an hour at .34m.
In case this job does not exist in your crontab add it going the usual way for cronjobs as described in the manual.
In case this job does not exist in your crontab add it going the usual way for cronjobs as described in the manual.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
Re: Automated Unlocking -> doesn't seem to work [solved]
ok thanks, this seems to work