Hello!I'm implementing osTicket and is working great. I making some modifications on lists and forms to add Campus and auto-assign to users based on that. But after doing it I wanted to add it to 2 places:- scp/index.php, where I can add more fields to the list of tickets (especially for an agent that sees all tickets)- scp/tickets.php, where I wanted to add also Campus field (and others that I'm thinking of).Some one can point me in the right direction in which line in the PHP files I need to make changes to add one field?Thank you for all the precious help I get.Best regards,Fábio

Take a look at the following 2 discussions:http://forum.osticket.com/d/discussion//append-a-created-ticket-status-form-field-to-an-already-existing-column-in-the-main-ticket-view#latesthttp://forum.osticket.com/d/discussion//a-better-ticket-list#latestBeside, the developers are working on a feature called custom queues which allows to modify easily via the UI. Since it's under development there is no ETA, but you can try (and really try and not use in productive environment etc.) it by following the instructions:https://github.com/osTicket/osTicket-1.8/pull/2577

Write a Reply...