vote up 6 vote down star
4

I'm looking for an issue tracker that I can use for personal use. It doesn't really need any cool features. I just want a hosted solution that I can get up and running with.

I can't seem to find a hosted free solution. Know of any?

flag

76% accept rate

9 Answers

vote up 10 vote down

There are tons of choices, most of them including Repository hosting.

  • Google Code: Subversion/Mercurial + Issue Tracker
  • Sourceforge (RubyForge for Ruby): SCM + (horrible) issue tracker
  • GitHub: Awesome Git hosting + Issue tracker in GMail sauce
  • BitBucket: Mercurial hosting + Issue tracker
  • Assembla: Subversion/Mercurial hosting + Trac
  • Unfuddle: Subversion/Git hosting + Issue Tracker

I personally use GitHub with Redmine (on my custom server) and RubyForge as backup service for Git repositories.

link|flag
Are most of those for open source projects? Which of those can be used with closed source (personal) projects? – Andrew Aug 20 at 6:49
vote up 6 vote down

Fogbugz is free for students and startups too..

link|flag
+1 FogBugz is a really powerful issue tracker. I didn't know it comes with a free edition. – weppos Jun 27 at 13:35
1  
Student and startup edition supports 2 users. This is the signup link: shop.fogcreek.com/FogBugz/… – Ben Robbins Jun 27 at 13:56
vote up 2 vote down

Google Code comes with an issue tracker (for free, of course).

link|flag
vote up 1 vote down

Try Lighthouse app. The free version supports up to 2 users, and it can integrate into Beanstalk natively, or anything else via their API.

link|flag
looks purdy. I'll have to check it out. Also, good to know that they integrate with Beanstalk since I have been considering hosting with them. – Andrew 2 days ago
vote up 0 vote down

You can get a cheap $5 mth hosting and install an open source solution like Mantis. Not free, but close.

link|flag
vote up 0 vote down

Unfuddle provides source code control and issue tracking, and they offer a free plan. It's limited, but it is free.

link|flag
vote up 0 vote down

You get an issue tracker with every sourceforge project. It's absolutely rubbish, sadly, but might be good enough.

link|flag
vote up 0 vote down
  • There is Launchpad for bazaar hosting and issue tracker. Also It provides translation, design, FAQ tools.
  • There is Savannah for Free(as in Freedom) software projects.
link|flag
vote up 0 vote down

I've been playing with Codaset. It's pretty nice. It allows for (free) private projects (maybe only in beta though). Although they do more than just issue tracking. It's more along the lines of GitHub, SourceForge, or Google Code.

Here's some of the features they list on their website:

  • Hosted Git source control
  • Source code and history viewer
  • Issue/ticket management and bug tracking
  • Project milestones
  • Full featured wiki
  • Self contained blog engine
  • Advanced ticket workflow creation
  • Custom ticket fields
  • User roles and a fine grained permissions system
  • Spam protection across all publicly posted content
  • Activity timelines
  • Twitter integration
  • Close tickets with your Git commit messages
  • Follow and befriend users, and bookmark projects
link|flag

Your Answer

Get an OpenID
or

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