Alert Destination Department Members of Transfered Ticket in osTicket v1.6 RC5

There was an interesting request asked to myself about how to send email to the destination department members if a new transfered ticket has come to their department. You can see completely about this request from osTicket Discussion Forum. Well, now I have successfully created the modification for this purpose. You can also now define [...]

Share
[Read more...]

Send Email to All Staff in osTicket v1.6 RC5

Have you ever wanted to send email that contains of an announcement to all of your staff from osTicket System? Well, here is the solution I created on osTicket v1.6 RC5. This modification will add a new sub tab named Send Email to Staff under the Emails tab in Admin Panel, also a new email [...]

Share
[Read more...]

CC Email in osTicket v1.6 RC5

There are several questions in osTicket Discussion Forum that asking about CC Email in osTicket. If you want to implement CC (Carbon Copy) Email in osTicket v1.6 RC5, you may apply the modification I made. I modified the class.email.php file that located in \include\ sub directory of osTicket System.

Share
[Read more...]

Password Needed to Activate A Ticket in osTicket v1.6 RC5

The aim of the title of this article is to provide the additional prerequisite that is password when client obviously wanted to open a new ticket in osTicket System v1.6 RC5. I made this modification by adding a new field named password in ost_ticket table. After client open a new ticket, then osTicket will generate [...]

Share
[Read more...]

Send Email to User When The Limit Ticket is Reached in osTicket v1.6 RC5

There was a new request that being asked to myself regarding the modification on osTicket System I made through this article: Limiting Tickets Sent by Same Email Within The Last N Days in osTicket. That request was about send email to user when the limit ticket is reached and the last ticket is rejected. So [...]

Share
[Read more...]

Limiting Tickets Sent by Same Email Within The Last N Days in osTicket

As Administrator in your osTicket System, you want to limit tickets sent by the same user/email within the last period of days, somehow. For example, you want to limit only 3 tickets a user (determined from the email address) can submit within the last one month. When this condition meet the criteria, osTicket System will [...]

Share
[Read more...]