Hello
I find the number of ticket long enough and I I want to know if it's possible to minimize this number
I also can not configure a SLA I ca found how it work in new phone ticket
plz help
mercii
number_of_ticket_SOS
Moderator: crythias
-
- Znuny newbie
- Posts: 65
- Joined: 27 Feb 2012, 12:22
- Znuny Version: 128000
- Real Name: Hasitha
- Company: abc
Re: number_of_ticket_SOS
# Ticket/Number/DateChecksum.pm - a date ticket number generator
# pad ticket number with leading '0' to length 5
while ( length($Count) < 0) {
$Count = '0' . $Count;
}
make it to 0, will reduce the number of 0's
# pad ticket number with leading '0' to length 5
while ( length($Count) < 0) {
$Count = '0' . $Count;
}
make it to 0, will reduce the number of 0's
-
- Znuny superhero
- Posts: 723
- Joined: 10 Oct 2007, 14:30
- Znuny Version: 3.0
- Location: Hamburg, Germany
Re: number_of_ticket_SOS
Do NOT change the code, especially not this part of it.
Go to SysConfig, select 'Ticket', open Core::Ticket, parameter is 'Ticket::NumberGenerator::MinCounterSize'.
Go to SysConfig, select 'Ticket', open Core::Ticket, parameter is 'Ticket::NumberGenerator::MinCounterSize'.
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