Reply to comment
OTRS - Show locked Tickets in Queue-View
Problem description:
Locked tickets are not shown in the Queue-View by default.
Solution:
- In the admin-area click on "Sysconfig"
- Search for the string "Viewable Locks"
- Afterwards click on "Core::Ticket" on the right
- Then search for the parameter "Ticket::ViewableLocks"
- Afterwards click on the "New"-Button and then add the string 'lock' (see Screenshot)

- Afterwards also locked tickets are shown in the Queue-View.
Because of a bug the "New Messages" and "Locked Tickets" entries in the menue bar always show zero new messages and zero locked tickets. To solve this problem you have to follow the next steps::
- Open the file Kernel/System/Ticket/IndexAccelerator/RuntimeDB.pm RuntimeDB.pm
- Within this file search for the string:
. " ti.ticket_lock_id NOT IN ( ${\(join ', ', @ViewableLockIDs)} ) AND "
- and replace it with the following string:
. " ti.ticket_lock_id NOT IN ( ${\(join ', ', 1,3)} ) AND "
- Save the file and you are done
Reply
Risk disclaimer
Please be aware that any information published on otrs-treff could be inaccurate or misleading. Using the published information is at your own risk. OTRS-Treff or any author of this site is not responsible for any consequential damages.
