Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I've accumulated a lot of side projects over the years, which I slowly improve on over time. Whenever I return to one, I take some time reading over text files that include design, recent bugs, next features, etc... that I should be working on - it's not pretty.

I'm looking to switch to something more formal. Ideally, this would be a full featured, online, bug tracking system, which allows for free or nearly free bug tracking for my own projects. Also, ideally this would be doable in a private manner - I don't really want everyone to see my side projects and what a mess I've made of some of them.

share|improve this question

closed as not constructive by gnat, Jim G., Walter, Glenn Nelson, Martijn Pieters Jan 31 at 13:27

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

8 Answers

up vote 7 down vote accepted

FogCreek offers FogBugz in a "Student and Startup edition" (anyone can use it), free for up to two uesrs.
Sounds ideal for you, especially combined with Kiln.

I use it the same way for a couple years, and I love it - it works fantastic for me.

share|improve this answer
1  
I use this for my both my personal and work projects and it is a really good tool that is well supported. – JohnFx Feb 17 '11 at 19:42
1  
You would have had your account atomized if you haven't chosen this answer as the good one ;-) – Pierre Sep 14 '11 at 8:48

You can use an online repository service (GitHub, Sourceforge, BitBucket, etc.). Most of them offer private repositories and issue tracking.

share|improve this answer

I've personally used Hosted Redmine, which is a full featured project management tool. Unlike some other free online services, it isn't restricted in features or the number of users.

enter image description here

share|improve this answer
This, but I host my own instance of Redmine. – sevenseacat Feb 18 '11 at 3:52
1  
This is exactly what I've been looking for. – Lone Coder Dec 16 '11 at 16:23
Seriously, this needs to be flagged for awesomeness. I'm sad I can only upvote it once. – Lone Coder Dec 16 '11 at 16:40

I'm a big fan of unfuddle.com. It contains source control (svn and git), a ticket system, and a simple wiki like system. It's free for 2 person projects, and reasonably priced for growing teams.

share|improve this answer

I setup a fedora server with bugzilla tracking. I also have a central git repository on it where i can check code in/out. I have automated backup to a secondary drive through Samba to a windows machine, via cron on the server, that is backed up on this drive and then later offsite via Carbonite.

All of that is free EXCEPT for Carbonite.

share|improve this answer

BugTracker.net

BugTracker works very well. You can even set it up to be local or exposed to the web and its very expandable for your needs. I have been using it for about six months now and its been great.

share|improve this answer
2  
The list of requirements is staggering... though it might be me prefering lightweight packages. – Matthieu M. Feb 17 '11 at 18:50

BugHerd

BugHerd is a bug tracker specifically for websites. You embed their JavaScript snippet into your site header and users can start logging bugs on your site. This automatically captures a lot of data with bug reports such as browser version, it optionally allows users to pinpoint a location on the page and it takes a screenshot. So always enough data to troubleshoot the issue without needing to contact the client in a lot of cases.

share|improve this answer

In modern way of working, Github stands out with an excellent way of tracking bugs.You can checkout the feature page to get a hang of it.. Also see this post

Though it's in an upcoming stage, I strongly recommend asana. You may lose certain kind of controls when comparing with legacy bug trakcing systems but they laid right the fundamentals like Projects, tags, assignment, collaboration. see help article here

share|improve this answer

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