Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What are the open-source alternatives of JIRA?

share|improve this question
1  
Note that JIRA is open-source – rds Mar 1 at 15:10

closed as not constructive by Kev Sep 26 '11 at 15:22

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.

6 Answers

up vote 31 down vote accepted

There is an excellent overview (and comparison) on wikipedia. You might have a look there http://en.wikipedia.org/wiki/Comparison_of_issue-tracking_systems

Francis

share|improve this answer

Mantis and Redmine to name a few others. RedMine is really nice as it integrates with version control as well.

share|improve this answer

You can find here a list of open source issue and bug tracking software

share|improve this answer

Bugzilla is a very active open source alternative http://www.bugzilla.org/about/

share|improve this answer
Bugzilla is a bugtracker, not as powerfull as JIRA. – guerda Nov 11 '10 at 9:41
1  
and what is JIRA... an ISSUE tracker :-) don't get me wrong I hold jira in a high praise, but when i look at the pricing it is not justified at least according to me. – user10398 Nov 12 '10 at 4:23

A commercial JIRA license gives you the full source for JIRA. Such licenses start at $10. Or is there some other reason you need open-source?

share|improve this answer
No, I was just evaluating other options. I use JIRA on daily basis was just curious about other such tools. – Asad Khan Nov 10 '10 at 16:13
2  
As long as you've posted the 'teaser rate', can you publish the typical prices? – user331465 Nov 11 '10 at 15:52
All the prices are public at atlassian.com/software/jira/pricing.jsp – mdoar Nov 11 '10 at 16:12
2  
so that's just costly for anything sensible to get done. – user10398 Nov 12 '10 at 4:17
3  
Why use Open Source? Seriously? You imply with your reply that the only reason to use Open Source software is its cost advantage (i.e. free as in free beer). There are many, many other reasons to use Open Source software. You should really read THIS and this. – waveslider Jun 27 '12 at 14:10
  1. Bugzilla
  2. Trac

are the ones that are worth mentioning which integrate well with svn and some tools (Basically giving out an XML RPC extension point).

share|improve this answer

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