Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.net based open source support ticket system [closed]

Tags:

I am in search of ASP.net based open source support ticket system. are there any suggestions?

like image 339
balalakshmi Avatar asked Nov 17 '09 11:11

balalakshmi


People also ask

What is an open source ticketing system?

An open-source ticketing system is a solution that any business can use. It is available to anyone, including your business too. It benefits companies in many ways. For starters, it allows customers to raise issues online. No need for them to bombard you with calls and emails.

Does Google have a ticketing system?

Unfortunately, there is no ticketing tool in the Google Workspace. Google does not have its own Google apps support ticket system for companies that are using Gmail to manage customer support requests. In fact, Google suggests using other Google apps to provide customer support.

What is ticket based support system?

A ticketing system is a software program that a customer support team uses to create, manage, and maintain a list (or lists) of customer problems. Of course, many ticketing systems also provide other functions including, but not limited to: Omnichannel support.


1 Answers

https://github.com/NullDesk/TicketDesk/

TicketDesk is an issue tracking system for IT Help Desks.

TicketDesk is efficient and designed to do only one thing, facilitate communications between help desk staff and end users. The overriding design goal is to be as simple and frictionless for both users and help desk staff as is possible.

TicketDesk 2 is an ASP.NET MVC web application written in C# targeting the .NET 4.5 framework. It includes a simple database with support for SQL Server 2005, 2008, or 2012 (including express and localdb editions). It can leverage SQL server for membership and role based security or integrate with windows authentication and Active Directory groups.

like image 118
Sahil Popli Avatar answered Sep 28 '22 06:09

Sahil Popli