TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What do you use for issue tracking?

5 pointsby drpover 15 years ago
Google Code's issue tracker is great, but can't be used for closed-source projects. What simple (not bugzilla) issue tracker do you use and why?

6 comments

stuff4benover 15 years ago
I use Redmine (<a href="http://www.redmine.org/" rel="nofollow">http://www.redmine.org/</a>) on a VPS (RimuHosting). Pretty easy to setup even for a Java developer who's barely looked at Ruby or RoR (like me).
davidwover 15 years ago
This question has been asked before: you might have a look at the archives. I use Redmine, github's thing, Google code... depending on the project. It doesn't matter all that much. If you want something in-house, Redmine or Trac are both ok.
benedwardsover 15 years ago
FogBugz: <a href="http://www.fogcreek.com/FogBugz/" rel="nofollow">http://www.fogcreek.com/FogBugz/</a><p>It's free for students and startups and has a lot of extras: wiki, discussions, etc...
ErrantXover 15 years ago
<a href="http://www.bitbucket.org" rel="nofollow">http://www.bitbucket.org</a> (because I use mercurial as my SCM, and bitbucket is fast, cheap and solid)
iveyover 15 years ago
We use a combination of Tender for front-end support and Lighthouse for issue management. Lighthouse has nice integration with Tender and Github.
iconoover 15 years ago
JIRA (<a href="http://www.atlassian.com/software/jira/" rel="nofollow">http://www.atlassian.com/software/jira/</a>)