I'm looking for a company-wide helpdesk system that multiple departments can use. Either open source or commercial. Users would have one site to go to, when submitting a ticket they should be able to choose a department, and then see services under that department and depending on the service selected I should be able to display custom fields relative to that service. E.g.

New ticket -> QA Department -> Quality Issue -> should display a lot code field that's required to submit the ticket, but I don't want to display that field for a maintenance request.

OTRS is the closest I have found so far, but there is no way to limit which custom fields show up based on the service (without a javascript hack).

Thanks.

link|improve this question

67% accept rate
feedback

2 Answers

You can try ihelpdesk : http://ihelpdesk.com It's similar to what we did: Use "Admin/Custom Attributes" to add departments. Then this custom field will show up in every ticket. User can select one of the departments when working on a ticket.

link|improve this answer
feedback

OTRS is the closest I have found so far, but there is no way to limit which custom fields show up based on the service (without a javascript hack).

That should be possible with some customization and coding, everything is possible with some coding.

There is a feature add on you can purchase from otrs called OTRSTicketMaskExtensions that does this via ACLs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.