
Hi all, is there any sense that answered tickts are not unlocked? If the ' 'ticket_answered' filed in the ticket table is 1, the 'UnlockTickets.pl --timeout' does not get it. This confuses some of our agents. Thanks Christoph

On Thursday, April 01, 2004 5:44 PM
Christoph Kaulich
is there any sense that answered tickts are not unlocked? If the ' 'ticket_answered' filed in the ticket table is 1, the 'UnlockTickets.pl --timeout' does not get it. This confuses some of our agents.
This is by design. When a ticket has been answered, it won't get unlocked via a timeout. Only unanswered tickets are being unlocked, to give other agents the opportunity to work on the ticket without the cutsomer getting grey hair. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

Thank you for the answer, but can you give me a hint, where I have to change UnlockTickets.pl to unlock these tickets? Bye Christoph Robert Kehl wrote:
On Thursday, April 01, 2004 5:44 PM Christoph Kaulich
wrote: is there any sense that answered tickts are not unlocked? If the ' 'ticket_answered' filed in the ticket table is 1, the 'UnlockTickets.pl --timeout' does not get it. This confuses some of our agents.
This is by design. When a ticket has been answered, it won't get unlocked via a timeout. Only unanswered tickets are being unlocked, to give other agents the opportunity to work on the ticket without the cutsomer getting grey hair.
hth,
Robert Kehl
-- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

On Friday, April 02, 2004 8:36 AM
Christoph Kaulich
but can you give me a hint, where I have to change UnlockTickets.pl to unlock these tickets?
You might want to use 'bin/UnlockTickets.pl --all' to unlock all tickets. If this is too strict, you could comment the lines 117f. from bin/UnlockTickets.pl: # " AND " . # " st.ticket_answered != 1 ". Now UnlockTickets.pl --timeout won't care for answered tickets anymore. I advice you to create a new script, say bin/MyUnlockTickets.pl, by simply copying the original and change it there. This prevents you from your solution being overwritten during an update. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Christoph Kaulich
-
Robert Kehl