If you want to customize the ticket number in your osTicket System, then this modification is for you. As we know, the ticketID field in ost_ticket table has the field type as int(11). It means that this field can only contains of the numerical data. Sometimes you want to change that original ticket number from [...]
[Read more...]How to Customize the Ticket Number in osTicket v1.6 RC5
How to Insert Ticket Number into Premade Reply Answer in osTicket v1.6 RC5
Have you ever wanted to include the ticket number into the Premade Reply answer in osTicket System, especially when staff reply to a ticket by using the certain premade reply? Now you can do it by modifying only two lines of code in \include\class.ticket.php file. Assuming you use the %ticket that representing the 6 digits [...]
[Read more...]Display The Forgot Ticket Number List Including The Closed Status in osTicket v1.6 RC5
For those of you who have implemented the modification I made for osTicket through this article: Add Forgot Ticket Number Feature into osTicket System v1.6 RC5 and need to display the forgot ticket number list including the ticket which have closed status, I made a modification regarding this. Please make sure that you have implemented [...]
[Read more...]How to Make Phone Number Started With “0″ Saved in osTicket System v1.6 RC5
Both in osTicket System version 1.6 RC4 and 1.6 RC5 have not saved the “0″ character if the phone number started with the zero character. For example, if the client’s phone number is 08157140595, then this number will be saved in database as 8157140595 (the first “0″ character will not be saved). This happens since [...]
[Read more...]Add Forgot Ticket Number Feature into osTicket System v1.6 RC5
What would your client do if they forgot their ticket number? Especially when they wanted to check the ticket status after several days ago they received the email contains of that ticket number from your ticket system? In some ticket systems, they strongly recommended to re-open a new ticket immediately in order to get or [...]
[Read more...]Never Display The Ticket Number After Client Submit A New Ticket!
osTicket System is one of the best open-source ticket system until now. I have been testing and using it since version 1.6 RC4. The last version when I created this article is 1.6 RC5. For those both version, it is still using the email address and the ticket number to log in to the system, [...]
[Read more...]
Recent Comments