vote up 8 vote down star
1

We've always used Bugzilla for issue/bug/enhancement tracking, but I keep thinking about switching to JIRA. However I would need to convince the boss that it's worth paying for something when a seemingly equivalent product is free of charge.

So sell me! What about JIRA makes it worth paying for, compared to a free system like Bugzilla? If you're an employee of Atlassian, please disclose that fact! :-)

flag

43% accept rate

7 Answers

vote up 20 vote down check

Because JIRA is much, much more powerful.

Bugzilla is bug tracking. That is the beginning and the end. Bugzilla has a very primitive UI. Bugzilla has very primitive reporting. Bugzilla has no extensibility.

JIRA is bug, issue, feature, task tracking, and project management. Very nice, highly usable UI. Rich and extensive reporting. Highly extensible. Easily integrated with other applications (including the powerful Atlassian suite).

I am in the midst of my 3rd JIRA migration. My current company was on Bugzilla when we started. The change has been a night and day difference. My boss loves it.

And you can try it out for free. Atlassian has an extremely liberal trial usage policy. You can use it until you are convinced you want to buy.

So, download JIRA, install it, start playing with it. Showing it to your boss. Do a trial migration from Bugzilla.

link|flag
vote up 11 vote down

Beware! jordan above answered correctly, but there's a "gothca". Jira really begins to be useful only after you customize it, in my recent experience. My colleague at work (next cubicle, in fact) has put in hundreds of hours customizing Jira to our needs. It has become a critical tool in our development infrastructure, and I think it has been worth it, but the cash cost of the product was only the beginning of the overall investment. (Of course, Bugzilla is customizable too, and if you go down that path, you'll pay for it as well...)

YMMV...

link|flag
Kevin makes an excellent point which I should have made in my original answer. – Jordan Sep 17 '08 at 16:29
I agree, however I don't think "hundreds of hours are always needed. In our case, a few dozens leaded Jira to a perfect tool. – Barth Oct 24 '08 at 6:31
vote up 6 vote down

If you are using Subversion, JIRA has a nifty feature wherein commits made to the subversion repository are reflected in the related JIRA item just as long as you specify the JIRA issue number in the commit log comment.

link|flag
Don't you also need Fisheye for this to work? – Don Oct 20 '08 at 15:12
No, just the subversion plugin for JIRA. To have working links from JIRA to the files in subversion you need a repository browser. We use ViewVC but you can also use Fisheye for this. – David Dibben Oct 29 '08 at 13:09
vote up 3 vote down

My $WORKPLACE just switched from Bugzilla to JIRA (after many years of use; we had to migrate ~12000 bugzilla issues). My initial impression with JIRA:

  • lots of features and options
  • has a more "professional" look than Bugzilla
  • it is harder to find your way around
  • it is not as simple to use as Bugzilla
  • it was hard to find my old bugs (we used a "custom field" to store our old bugzilla ids, which were used all over the place; in JIRA, custom fields aren't searchable in the "quick search" or the firefox search-plugin; looks like the issue has been open for years)

I hope/expect that JIRA becomes easier to use with more experience on my side.

link|flag
vote up 3 vote down

Customization available on Jira is Ace.

The main selling point I made to the business was the visibility of the Life Cycle.

Tickets for Features, Requirements and the software tasks combined in one easy to use web based system.

With the SVN integration mentioned above, visibility/traceability is from the feature request down to the code changes (However, this requires discipline or good hook scripts to ensure commits have the Jira ticket id in the comments).

The Fisheye and Crucible plug-ins are another strength of Jira. To see features, requirements, tasks, code checkins and code reviews all in one place is great.

IDE integration is something that Eclipse users can take advantage of, Mylin works brilliantly. .NET VS users, on the other hand, don't have good tools available, yet, problems with ALMs TrackLink tool which is the closest I have found has stopped me integrating Jira into Visual Studio.

link|flag
vote up 0 vote down

It looks nicer :)

Well, ask yourself, why do you want to move to Jira in the first place?

And, then, ask again: Why do you want to pay for Jira, when Trac is free?

link|flag
trac can't handle multiple projects (yet) and email functionality is very rudimentary. – Mauli Mar 10 at 13:14
Well, it all depends on what you need. Do you need just bug tracking or ... The original question is just about bug/issue tracking. – Milan Babuškov Mar 10 at 21:36
Of course, I like trac very much, as a complete package it is hard to beat. In a corporate setting, on the other hand, you certainly have several projects, than trac is unfortunately not enough. – Mauli Mar 16 at 8:35
vote up -2 vote down

I think Trac is just as great. And it's free and opensource.

link|flag

Your Answer

Get an OpenID
or

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