Bill MacKenty

  Home     Computing     Teaching     Bushcraft     Games     Writing     About  

A trouble ticket success story: part 1

Posted in Educational Tech Personal on 01 - March 2007 at 07:23 PM (17 years ago). 217 views.

(This post is written for those with a passing interest and familiarity with Expression Engine, an outstanding CMS/blogging tool)

Our school needed a trouble ticket system.  My original question was posted here: http://www.expressionengine.com/forums/viewthread/43107/. After some tinkering, we have a working system, and with over 100 tickets, the system is an outstanding success. Our office is more organized, and we have been able to respond to technical issues far more efficiently than before.  We have also identified large areas of our school with serious issues (like an entire lab full of computers with no anti-virus).  We have solid data which will guide our budgeting and planning processes in the future.  The system is being so well received, it is now being considered to replace our building-and-grounds paper-based job system. Quite an accomplishment!

To be fair, the ticket system enabled us to look more systemically at our technical issues and our technical support process - this was as much a technical achievement as it was a process achievement. That being said, let’s get down to brass tacks.

We created a weblog called help_desk and assigned the following custom fields:

problem_location
problem_type
problem_description
problem_private_tech_notes
problem_public_notes
problem_techie

We then setup the following categories - these related to the department making the request:

Admissions
HCES (this is an elementary school)
HCHS (this is a high school)
Support

We have a single-user sign on, for the entire school. This way, we don’t need to be concerned about lost passwords and usernames (although we use EE to power our entire school website, and eventually every staff member will have their own username/password we haven’t really reached this point yet).


We have a “teacher zone” on our school website, and the help-desk link is only visible if someone logs on (using
if group_id == ‘1’ OR group_id ==‘7’ )

We use the stand alone entry forms (SAEF) for users to enter help-tickets,  and stand alone edit form’s (SAEF)  (with the help of SolSpace’s EXCEPTIONAL form helper plugin) to edit the forms.

It’s a very clean, very simple system.  We have three statuses open, closed and urgent, and use simple queries to count the entries with each status and/or category.  At a glance, we can see how many computer problems, internet issues, printer problems, etc…