1
vote
7answers
295 views
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 …
0
votes
2answers
46 views
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, b …
1
vote
2answers
62 views
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 integra …
0
votes
1answer
32 views
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, a …
0
votes
1answer
20 views
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 …
0
votes
1answer
98 views
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 m …
1
vote
9answers
215 views
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 lik …
0
votes
1answer
85 views
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 "n …
0
votes
3answers
74 views
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 an …
0
votes
9answers
816 views
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 …
5
votes
11answers
2k views
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 ClearC …
9
votes
13answers
917 views
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 withou …
3
votes
6answers
526 views
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 backg …
2
votes
15answers
813 views
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 …
2
votes
2answers
312 views
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_ …
