ticket-system

Ticket Tracking Software w/ Good Email Integration and Decent Navigation?

I am looking for a simple system to manage inbound emails from a support mailbox for a group with about 3 support people. I've looked at OTRS which seems to have the features that we need. Unfortunately, so far the UI still looks like a confusing mess. Are there any good FOSS tools that would meet this need? I've heard murmurings tha...

Trouble Ticket in Microsoft CRM

Hi I'm working on customizing a Microsoft Dynamics CRM (4.0) system for my university as a thesis. My teacher would like to know if it is possible to implement a ticketing system in the CRM so that the users (not the clients) could generate a trouble ticket. For example if their computer doesn't work properly. I had a look around the int...

Free supportticket software

I am searching for a better alternative to osTicket. Can you give any advise? [Update] I would want it not to be overfilled with features, since I want to be able to use it without having to get into it alot ...

Customer support system with easy integration?

I'm one of the main developers on a complex web application. As we start to gain more users, we need a better method of managing customer support. Currently, we just have a support email box that someone goes through and answers questions, or forwards them off to other team members who can help. But it's getting too big to manage. Ideal...

Ticketing/tracking system with Subversion integration?

My company uses StarTeam for source control and CR management, but I would really like to switch to Subversion for source control. For those of you that know ClearQuest and ClearCase, StarTeam has the ability to create tickets, which can later be associated with code changes. Are there any similar products that integrate nicely with Su...

How do I use the Groups.pm in Request Tracker?

In lib\RT\CustomFieldValues\ there is the groups.pm file which is supposed to be an example of how to get data into a custom field, but how do I actually use that once I have written it? Does anyone have any documentation or a sample of this? ...

Online collaborative environment (not only dev oriented)

I've been working with SVN for a couple of years and recently been working on some projects involving Trac. It might seem odd for most of you but I come from design oriented background where those tools are not so often used. For the moment we mostly use Basecamp to keep track of client requirements, documents etc. And on the other han...

How to create report with tickets closed at certain date in Trac

I wish to create a report that would list all the tickets that were closed in a certain period of time. The pseudo-code would be like SELECT * FROM tickets WHERE closed AND date_closed = 'january 2009' The part I am unable to resolve is date_closed = 'january 2009'. Is there a way to do it in Trac? I am not interested in particular...

What is the best open source help ticket system?

I know of osTicket, are there any other more compelling help ticket systems? My company wants to use one and I am researching them now. I forgot to mention, I will need to install it on our servers...so SaaS (software as a service) doesn't work. ...

Request tracking systems

Hi folks I'm looking for a request tracking system to replace the proprietary one that we use at the moment. I had a quick look at OTRS, but it looks quite complicated to setup and I'm not sure if it will do what I want. These are the main features that I'm looking for... I'm hoping that someone here can suggest a suitable solution. s...

Automatic assignment of tickets with Trac

Hello, I'm using Trac (v0.11), and I'd like to: automatically assign a ticket to someone, as it's opened, basing on certain rules hide the "assign to" and "CC" fields from the "new ticket" screen How can I do that (scripting, workflows, etc.)? Thanks ...

Is there a online service like CodePlex or SorceForge for closed source projects?

I do software development but I don't work at a software company and we don't have anyone here that's setup any kind of version control server, or ticketing system or something like that. Most everything I know I've learned from documentation and sites like this. I'd like to have some more advanced tracking systems like a bug ticketing ...

Trac configured to access Perforce repository?

Have someone used with success TRAC ticketing + wiki system accessing a code base residing in Perforce repository? I've browsed in the TRAC related web sites and found this one, but the latest change on the page is something like an year ago, so I have concluded (correct me if I'm wrong) that the plugin is hardly in working state OR tha...

PHP ticketing system + vBulletin

Hello, Is there a good php ticketing system such as kayako eSupport and DeskPro that integrates with vBulletin nicely? Kayako and DeskPro are too costly for the business at the moment. ...

Will using a transaction eliminate the need to use secondary dataContexts to attempt sql insert/update/deletes?

So I have a list of IT/developer tickets stored in a database via Linq-To-Sql. Save attempts are only done at the user request, or if they say save on close. My concern was that a user makes a change to 2 or more tickets without saving in-between. For some reason if the database rejects the change to one, doesn't give me very much info...

Native interface to Ticket systems

Does any web bug/ticket system (Jira, Google Code, github, etc) offer a native plugin to add new tickets and update existing ones? My current tickets are usually few lines long, and the overhead of using the GUI to enter them is high. Especially when I compare them to native task management software (e.g. Things), which usually offer s...

php/mysql client management software?

I'm looking for some software that will allow me to do the following: I don't need anything fancy, just basic information, back and forth dated comments, etc. No payment integration, or file handling. Thought I'd ask before I write my own ...

Drpual module for ticketing system

Hi All, We are looking at implementing a ticketing system at our work place. We intially tried OS Ticket which was fine. But management are hoping to integrate it into out intranet. (which will be done in Drupal) The Ticketing system will be used for the IT Team. Are there any modules available in Drupal that handle tickets or...

linking git and todo lists

Desired: I'd like to be have my git commits reference some higher order/level task or todo list. Background: I use Git as my version control. Now, DVCS is great. A great side effect is that the log should contain, with some care, an atomic list of the actions taken to achieve a task. This is the bottom level of a 'knowledge base' r...

Internal and External Bug-Tracking Setup

Most of you certainly use some kind of bugtracker. Maybe internally only, once a customer files a bug via email or phone you add a new ticket by yourself. Sometimes weekly project meetings can be great source of new tickets coming preferably in flavors of excel sheets that the PM on the other side of the table loves to maintain and chase...