Help! The ticket counter on the OTRS Web is stuck at 10000.

Moderator: crythias

Locked
JunTiburcio
Znuny newbie
Posts: 1
Joined: 29 Apr 2014, 09:36
Znuny Version: 3.1.12

Help! The ticket counter on the OTRS Web is stuck at 10000.

Post by JunTiburcio »

Help! The ticket counter on the OTRS Web is stuck at 10000.

Kindly help.

Image

TIA.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Help! The ticket counter on the OTRS Web is stuck at 100

Post by jojo »

this is correct. as it makes no sense to show millions of closed tickets in a list. But you can search for the older tickets
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
zip
Znuny advanced
Posts: 103
Joined: 02 Jan 2014, 12:32
Znuny Version: 5.0.9

Re: Help! The ticket counter on the OTRS Web is stuck at 100

Post by zip »

you could try to set the limit higher, in Kernel\Modules\AgentTicketStatusView.pm line 192

Code: Select all

my $Limit = 10_000;
(at your own risk!)
Last edited by zip on 29 Apr 2014, 11:48, edited 1 time in total.
OTRS 5.0.9 - CentOS 7 - MariaDB 5.5
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Help! The ticket counter on the OTRS Web is stuck at 100

Post by jojo »

it is always a bad idea to change code...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked