vote up 6 vote down star

We are a small company of 150 employees and I am searching for a hosted, inexpensive Issue Tracking system for all employees, both in the office and who work remote. Does anyone know a reliable product/host to use?

We work off a SQL database and would like to be able to open, submit, track, resolve, share, complete and then close issues with this system.

The system must be Hosted since we do not want to damage the integrity of our current data.

Thank you.

flag
jira? atlassian.com/software/jira/… – OMG Ponies Sep 18 at 20:08
1  
Probably belongs on SU – Rex M Sep 18 at 20:09
1  
Issue tracking is something programmers will have to deal with, so there is a relation. However, the question would also be okay on ServerFault since it's server-related. And on Superuser too. I made this a Q, btw. – Workshop Alex Sep 18 at 20:17
How many of the 150 are developers that need access to the bugs> Is this a 5 person in house dev team with 145 'customers' or 150 developers? Many of these packages price on number of developers - not number of submitters – mgb Sep 18 at 20:23

migrated from superuser.com

17 Answers

vote up 3 vote down

I have implemented BugNet to many clients with great success. Its simple to use has lots of expected features, is open source, run on .NET 2.0 (cheap hosting). Good stuff.

link|flag
I agree, easy to use. – Charles Conway Sep 18 at 23:45
vote up 1 vote down

Countersoft's Gemini is very flexible and customizable. However, it might take an individual some time to set it up an configure just right for your situation.

link|flag
1  
Second that. We use Gemini. It's a good system by itself, but also, if you have a microsoft environment and uses MSSQL then ite easy to implement for example pages in your intranet that communicate direct to the gemini-db and other things. – Stefan Sep 18 at 20:14
vote up 2 vote down

For large-scale projects and environment, JIRA is a good choice.

Roundup is good for light-weight use, open source and free! http://pypi.python.org/pypi/roundup

link|flag
vote up 1 vote down

Mantis is some good, free application. And there's Mantis hosting too! This will allow you to take a Mantis test drive until you decide to do in-house bugtracking...

link|flag
I have bad experience with Mantis on Digium (asterisk.org) installation. I looked up a username in the sfree text earch and I did not find anything. "How can I look for bugs of user XXX?" – elcuco Sep 18 at 20:20
At mantisbt.org/bugs/view_all_bug_page.php/… you can play with Mantis. There's an edit box on the left, right on top of the issues. There you can add the text to filter on. No system is perfect, though. – Workshop Alex Sep 18 at 20:24
vote up 7 vote down

I believe that you guys all missed FogCreek's FogBugz.
I've heard only good things about it and even tried the demo.
It is awesome.
It can be hosted.

link|flag
1  
inexpensive though? – annakata Sep 18 at 20:22
I'm working with FogBugz currently, and I'm in awe of how well it works. I think that it's probably the best web-based interface I have seen yet for any application. – Pete Sep 18 at 21:43
2  
150 employees and inexpensive != fogBugz... – RSolberg Sep 18 at 23:31
1  
$25 per user per month for hosted solution or over $15K for server version... 25 * 150 = 3750 per month or $45K per year... – RSolberg Sep 18 at 23:37
First, a 150 person company might find $45K per year reasonable depending on their margins. Think of it this way: if you pay your people, on average, $60K / year then the FogBugz license is 0.5% of salary. That doesn't strike me as "expensive." Also, do you need an account for everyone? We use FogBugz but don't have an account for everyone in the company since our office staff, sales people, etc. wouldn't use it. If a sales person hears a good idea, they'll simply share it with the technical team where someone will take ownership. Thus, we find it a bargain. – Mark Brittingham Oct 24 at 14:58
vote up 3 vote down

Try FogBugz! http://www.fogcreek.com/FogBUGZ/

link|flag
$25 per user per month for hosted solution or over $15K for server version... 25 * 150 = $3750 per month or $45K per year... – RSolberg Sep 18 at 23:37
vote up 1 vote down

You could use Sharepoint for this. Just set up a list and some views. It can also handle documents, tasks, calendars, etc. You can get it free from MS

in the interest of full disclosure, I should probably add that my company is a Sharepoint solution provider

link|flag
1  
No. Don't use sharepoint. Reason #1, sharepoint is not an issue tracking system, it is a sort of web based database system that always needs a lot of consultants to get working properly, and then again, I've never seen any sharepoint solution working well. Reason #2, a requirement is inexpensive. – Pete Sep 18 at 21:40
sharepoint (not MOSS) is free. sharepoint DOES have its issues, but if you know what you are doing it works great out of the box. – chupacabra Sep 18 at 21:59
vote up 1 vote down

I have had some experiance with Trac and have found it to be a great solution for a small shop. Its benefits include:

  1. Its free/open source
  2. Combines wiki and bug tracking
  3. Integrates with svn (and possibly cvs as well) so you can tie comments on a check-in back to a bug, request or wiki page. And vice-versa, from a bug, view the code changes that were used to solve it.
link|flag
2  
Counter-recommend here: found trac to be a mess in deployment and use (though to be fair that was a while ago now) – annakata Sep 18 at 20:21
vote up 0 vote down

www.unfuddle.com is great. They have great plans for small, medium and large companies. They offer Issue tracking which is what you want plus:

subversion/git project management etc.

The plan that might fit you best is their corporate plan for $49/month. I'm using this site and I love it. I have the 9/month plan for the five developers that work for me. alt text

link|flag
vote up 5 vote down

Two options:

Trac - http://trac.edgewall.org/ . Can work on top of SVN, has an internal wiki, has issues, milestones. The SVN commits share the same syntax as the Wik. Same for tickets and milestones. Great integration with all the componenets.

RedMine - http://www.redmine.org/ .Trac as it should have been created. Multi projects, nice comminity. Same features as Trac, but it's more developed then at this moment.

Do give a try to RedMine, not only because it's written in Ruby On Rails. It's really a good and fast project. I am currently moving from Trac to RedMine and I am not looking back.

link|flag
vote up 0 vote down

All these tools are offered using an ASP model:

I'll let you check their pricing/plans.

link|flag
vote up 0 vote down

Tried JTrac? - Easy deployment (up & running under 1 minute) - Can be fully customized - Coded in powerful tehnologies (spring, wicket and hibernate) - UI seems easy

http://www.jtrac.info/ http://sourceforge.net/project/screenshots.php?group%5Fid=162983

link|flag
vote up 0 vote down

I'd say go with Redmine. I've used Trac and other small (even custom) systems before, but never felt them right.

Redmine worked great, uses small resources and can easily be expanded onto what you need. It's RoR based, so that help us extend it if we ever need to (mainly because we are a RoR-based shop and thus extending it wouldn't disrupt our workflow).

I like it's simplicity and versatility. You can use it to Track Issues, Tasks, Iterations. Works great with many SCMs and you can use plenty of plugins to hook it into other system you could need.

link|flag
vote up 0 vote down

I'm using a hosted sharepoint system. It's WSS 3.0 and if you have InfoPath, it's even better. But InfoPath costs $$ if you don't already have it, and Hosted SharePoint costs about $50-60 a month for a good user/storage ratio. I've used sharepointsite.net they are pretty decent.

link|flag
vote up 0 vote down

I would recommend helpspot by userscape if you do not find it too expensive. They use a per-user license though so I'm asuming you are only a few people who are going to work in it. Of course the per user license is only for the administrators (those who have access to answering and handling tickets)

We use it at my organisation and it is very good and customizable and reliable. It uses a form of a template engine so you can easily create request pages and stuff like that as well.

http://www.userscape.com/products/helpspot/

link|flag
vote up 1 vote down

Another option would actually be an advertiser here on StackOverflow. The company's name is TeamSupport and their product looks great and is cheaper than FogBugz.

teamsupportlogo

Check out teamsupport.com for more information.

TeamSupportScreenShot

Just for pricing comparisons...

TeamSupport.com shows $15 per user per month for one of their products where as FogBugz is $25 per month. Since they are a fairly new company in the mix, I bet you can negotiate that quite a bit...

link|flag
vote up 0 vote down

Please take a look at Assembla features.

It will cost you 99$/month with unlimited users. Chekout their pricing and plan. You will get discounts if you buy in advance for one year.

For this price you will get a lot of more features: svn, git, chat, wiki, messages, tickets with drag&drop. It is perfect for agile distributed development.

link|flag

Your Answer

Get an OpenID
or

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