git or SVN + Trac + wiki
Ask HN: Any recommendations for bug tracking software?
11–20 of 28 posts
Re: Ask HN: Any recommendations for bug tracking software?
#12Check out: http://blogs.ifreetools.com/2010/03/building-simple-bug-trac...
The overview of the steps involved..
- Edit App Settings to re-brand, set time-zone, etc.,. (optional)
- Add Bug Entity
- Add Attributes for Bug
- Start using the Bug Tracker
Re: Ask HN: Any recommendations for bug tracking software?
#13It hosts git repos and does ticketing in a pretty minimal way...
Re: Ask HN: Any recommendations for bug tracking software?
#14Re: Ask HN: Any recommendations for bug tracking software?
#15Re: Ask HN: Any recommendations for bug tracking software?
#16I tried moving to a different system, but I found that even the simplest alternative was still much more complex, and I tended not to use it as much because it required me to open up a new window/tab. I find that a solution that causes me to want to use it less is not a better solution.
I'm working alone, and I don't need much more then a description to remind myself of what needs fixing, so it really works well for me. To each their own.
Re: Ask HN: Any recommendations for bug tracking software?
#17I'd suggest not actually using a bug tracking system. They tend to be separate from actual planning and the fact that they're separate means that planning is harder. Take a look at http://www.pivotaltracker.com/ The whole system is crazy simple/easy to use and it pretty much lets you do all your project management in one place.
Pivotal Tracker is fantastic. Free, extremely easy to use, productive, and they just re-did their user interface.
Re: Ask HN: Any recommendations for bug tracking software?
#18I'm very happy with Redmine, and it's free. :) I do host it myself, which is really not very hard (my instance runs off a Ubuntu Server VM on my Windows work machine, and took about 30 mins to get running).
Re: Ask HN: Any recommendations for bug tracking software?
#19I'd suggest not actually using a bug tracking system. They tend to be separate from actual planning and the fact that they're separate means that planning is harder. Take a look at http://www.pivotaltracker.com/ The whole system is crazy simple/easy to use and it pretty much lets you do all your project management in one place.
Re: Ask HN: Any recommendations for bug tracking software?
#20We ended up going with Unfuddle, which we still use, and it's nice to be able to close out tickets in your Git commit messages, but we don't really use the rest of the software much. Honestly, just having quick meetings and going down a list on a whiteboard has been the most effective thing.