Trouble Tickets
Trouble tickets can be viewed, updated, and replied-to from the [Support] tab. Trouble tickets can be set to any of three priorities (low, medium, high) and are assigned to a specific support department.
Support Departments
Support departments are used to assign trouble tickets to specific departments. Departments may be added, updated, and removed. Admins may only see trouble tickets assigned to a support department that they are a member of.
Creating a Support Department
- Navigate to [Support] > [Support Departments].
- Under Create Department, fill in the fields and click [Create Department] to save.
Editing/Deleting a Support Department
- Navigate to [Support] > [Support Departments].
- Under Support Departments, click the name of the Support Department you want to edit, and click [Edit Department] to save the edit, or [Delete Department] to remove the department.
Predefined Responses
General ticket responses/phrases can be saved as a predefined response and be selectable when responding to client trouble tickets.
Creating a Predefined Response
- Navigate to [Support] > [Predefined Responses].
- Under Add Predefined Response, create a Name for the predefined response and create the Message that it will contain.
- Click [Add Response] to save this response.
Editing a Predefined Response
- Navigate to [Support] > [Predefined Responses].
- Under Predefined Responses, click [Edit] to edit the predefined response.
- Click [Save Response] to save.
Deleting a Predefined Response
- Navigate to [Support] > [Predefined Responses].
- Under Predefined Responses, click [Delete] to delete the predefined response.
- Click [OK] to save.
Ticket Piping
The ticket piping feature allows trouble tickets to be created when clients send e-mail to a specified e-mail address.
Editing Ticket Pipe Settings
- Navigate to [Settings] > [Ticket Settings] > [Ticket Pipe Settings].
- Edit these settings as you wish, and save.
Configuring Trouble Ticket Piping
This will guide you through setting up ticket piping so that clients may send e-mail in order to create and reply to trouble tickets. This setup assumes you are using CPanel.
POP3
- Navigate to [Support] > [Support Departments] and add or edit a support department.
- Set E-mail Method to POP3.
- Enter the email address to check.
- Enter a Host, Username, Password and Port for the email address to be checked, and then add/save the department.
- Next, login to your server's control panel to setup a new cron job. This new cron job will be similar to the cron job you setup when you installed Blesta, except instead of the cron line running all, it should run pop3-tickets.
- Save the new cron job.
Piping
- Login to CPanel at www.yourdomain.com/cpanel.
- Navigate to [Forwarders] located in the Mail box.
- Click [Add Forwarder].
- Under Address, there is a field called Address to Forward:. Type in the e-mail address (everything before the @ symbol) you wish clients to be able to e-mail trouble tickets to.
- Under Destination, select Pipe to a Program, and enter the location to the file pipe.php, located in Blesta's root directory, then save by clicking [Add Forwarder].
- Note that the location to pipe.php needs to include the web root directory, such as public_html/billing/pipe.php, dependent upon the directory you have Blesta installed to.
- Please also note that you may forward multiple e-mail addresses to the pipe script for each of your support departments found in [Support] > [Support Departments].