vote up 8 vote down star
3

Duplicate question - please read and contribute to previous discussions:

Free/Cheap Task/Bug Management software
What’s a good free bug tracker for a small shop
What bug tracking software do you use?


Hi,

I was wondering what your favourite Bugtracking / Project management Tool is. I've seen some small bits of Jira and liked it a lot, but due to the 1200$ licence it's currently out of scope.

I also tried to install Trac as it's been recommendet by some people, but I was just too dumb to install it on a Windows machine.

So, any suggestions that install and work fine in a Windows Environment would be great.

The whole point is to have a internal tool to track bugs, feature requests and milestones inside my organization. Any suggestions are appreciated!

Thanks, Daniel

flag

Maybe you should start another question and tell us which problems you have with Trac. – Milan Babuškov Oct 5 '08 at 20:43
@Milan Babuskov: It wasn't so much trac but the whole Python - easy_install stuff. @All. Thanks for all your answers! I'll try some of them out tomorrow – Tigraine Oct 5 '08 at 21:13
In one of the so-called dupe questions, "What's a good free bug tracker for a small shop", the questions says he's looking for a Linux/Apache/mySQL/PHP solution. That's different from this question. – Corey Trager Oct 13 '08 at 12:57

closed as exact duplicate by Shog9 Oct 5 '08 at 21:27

11 Answers

vote up 5 vote down check

BugTracker.NET is a free and easy to use bug tracking system.

http://ifdefined.com/bugtrackernet.html

link|flag
vote up 0 vote down

we hve used Mantis for years. Easy to set up, easy for non-technical staff to use. Has hooks for automation and is in active development. It's going to come down to a matter of taste, style and easy of implementation.

link|flag
vote up 0 vote down

Check this out.

link|flag
vote up 0 vote down

There is Gemini that is not realy free but they give free license for 5 users and for internal use. It uses windows platform (IIS, ASP.NET, SQL Server) and is good. I used it before and I don't see any major differences from Jira that is used in my current company.

I have tried Trac and succeed to install it on Windows but it was not that easy.
You could try Buildix from ThoughtWorks that has:

  • Subversion for Source Control
  • Mingle for Agile Project Management
  • Cruise Control for Continuous Integration
  • Trac as a wiki and bug-tracker
  • …plus a little bit of our own ThoughtWorks magic, to glue it all together
link|flag
vote up 2 vote down

I like FogBugz which is free for Startups.

link|flag
FogBugz (fogcreek.com/FogBugz) has both installed and on demand (ie hosted) versions. The on demand version is free of charge for startups and small organisations - the limitation is that you can only have two active user accounts. I don't know if the installed version has a free option. – Simon Forrest Oct 5 '08 at 21:01
The installed version does not have a free option – John Sheehan Oct 5 '08 at 21:31
vote up 0 vote down

We used Mantis at a previous company I worked for.

link|flag
vote up 0 vote down

I can really recommend redmine which provides similar features as Trac but, from my point of view, provides much more usability, especially when it comes to administration of projects.

link|flag
It is written in Ruby using the rails framework which should be easy to install on windows. – xardias Oct 5 '08 at 20:51
vote up 1 vote down

If you need a free open source bug tracker written in asp.Net then BugNet may be what you want

link|flag
vote up 0 vote down

The quick answer is that currently there is no free solution up to par with the commercial ones. If it is not possible to get money for this I would say that Trac is the best but it is near impossible to install, so perhaps you should try bugzilla or mantis.

link|flag
vote up 0 vote down

Have you looked at Trac

http://trac.edgewall.org/

Also, do you qualify for the free license for Mingle?

http://studios.thoughtworks.com/mingle-project-intelligence/pricing-and-license

We offer free use of Mingle to Open Source communities, Academic users and Not-for-Profit organizations:

  • Open Source projects: You qualify for a free license if your open source project is truly open development (i.e. development is open to any worthy contributor, regardless of where they are employed) and the source code is widely available.
  • Academic users: You qualify for a free license if you plan to use Mingle for academic purposes, meaning in the classroom/lab or as part of a curriculum.
  • Not-for-Profit users (other than academic users): You qualify for a free license if you're part of a not-for-profit organization and you're going to use Mingle for internal, not-for-profit purposes.
link|flag
If you like subversion it integrates nicely with trac. Ticket numbers and code checkins can be cross referenced, a very nice feature. – Bryan Oakley Oct 5 '08 at 21:21
The question specifically says he wasn't able to install Trac on his windows box. So it looks like he really wanted to try it but couldn't for technical reasons. – Adam Bellaire Oct 5 '08 at 21:24
vote up 0 vote down

I like Bugzilla a lot.

link|flag

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