Is is possible to make the comment section of Assign to Staff not mandatory? at least for Managers? Our managers are currently assigning within their respective departments to the best qualified to help, and making a comment is an unnecessary step.
Yes, it is.
Open file \scp\tickets.php, FIND:
$fields = array('type'=>'text', 'required'=>1, 'error'=>'Message required');
REPLACE WITH:
// $fields = array('type'=>'text', 'required'=>1, 'error'=>'Message required');
Second, Once it is assigned to another person is is possible to for the ticket to be seen by other staff? I would help our staff know if the ticket was passed successfully and whoever they assigned it to was able to follow up and take care of the customer.
What osTicket version do you use? I am using osTicket v1.6 RC4. As long as I know, the ticket that has been assigned to staff A, still can be seen by staff B. Please correct me if I am wrong. ;)
Best regards,
Masino Sinaga