Hot answers tagged bugzilla
73
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. ...
46
Beware! jordan above answered correctly, but there's a "gotcha". 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 ...
26
I think you'll find that your team will like either Trac or Redmine more than Bugzilla or Mantis. Both integrate nicely with Subversion. Both include wiki, forums, project management features...
Quick overview:
Trac: Very widely used and loved, written in python, huge community, lots of "plugins". A common complaint is that it doesn't support ...
21
A computer once beat me at chess, but it was no match for me at kick boxing.
Opening and closing windows with the mouse is OK, doing the same with the doors is not.
Never let a computer know you're in a hurry. ~Author Unknown
Everyone makes mistakes. The trick is to make them when nobody is looking.
One fixed, 78657463 to go.
Monday is an awful way to spend ...
18
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 ...
16
Mantis definitely wins on usability grounds over Bugzilla.
In particular, it is just a lot faster to log bugs on Mantis. Time to log bugs is a blocker for some people - I've heard it used as an excuse for not logging them, fixing them and pretending there was never a bug to fix (symptomatic of deeper team problems).
It wasn't until a client (currently ...
12
Bugzilla is bigger, a larger community, more features, more power ... for that reason I've always prefered mantis ;) Mantis is as ugly as sin but for most projects it gives you what you need in a simple and intuative way.
If you have a large team, a big QA department and all the rest bugzillia may be a better fit. Small team that just needs to get stuff ...
8
Jira pros
per project administration possible
archiving of historical releases (which reduces the pick lists when creating new issues)
easy extend able customer fields (overall or per project)
creation of issue filters (private or shared for group / all users)
creation of dashboards (private or shared for group / all users)
overall very flexible / extend ...
8
Summary: Mylyn will connect to Bugzilla 3.0 and requires no changes to Bugzilla. All you'll need is Mylyn (a client application) which is available as an Eclipse Plugin. Mylyn's Bugzilla Connector is one of the most stable and popular Mylyn Connectors.
Details: Mylyn is the leading ALM solution for the Eclipse ecosystem. It has recently become a ...
7
Mantis is great and very easy to setup
I have been using it for about 3 years
It has the following problems.
There is a 2 Meg limit on the file size that you can store in issue. This becomes a problem when you want to include screen shots of the problem.
If two people update the issue at the same time - Someone will lose data
7
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 ...
7
I'm afraid that I don't have the reputation points to yet comment on this post, but to address Scott's points above:
Doesn't support auto assignment
Issues can be auto-assigned to the project lead, the component lead out of the box. You can also assign to any other user by using a post function: ...
6
I would use depends/blocks fields, if they are enabled in your Bugzilla, with the following workflow, roughly:
a bug X in a client-specific product is filed;
if it is found to be present in the core product, another "core" version of this bug (bug Y) is filed in the core product, and it is made to block the client-specific bug (Y blocks X, X depends on Y);
...
6
Save yourself the trouble and don't use JIRA. When @Kevin Little said it took hundreds of hours to customize he wasn't kidding. JIRA has the small basic feature set and leaves you to develop all of the other features you want. Yes, there are some plugins freely available but most are proprietary.
What not to use JIRA:
Doesn't support auto assignment
...
6
You need to export your issues from Bugzilla, and then use the GitHub API to upload the issues into GitHub:
http://developer.github.com/v3/issues/#create-an-issue
(note that the old issue-import through GitHub support channels is discontinued)
This does mean your issue numbers will change, so you might want to append a 'Bugzilla-Id' footer to your issue ...
5
I have used both and didn't like them at all, I prefer Trac, thou if you really need to choose between those two I'd go for Bugzilla
The integration for TRAC with subversion is real good (have a look at Assembla to see how the integration works )
Trac is also open source and its pretty simple to add new reports and stuff like that.
5
Of course it's useful, there are already ready-made packages for this kind of project-overviews (like http://trac.edgewall.org/).
If possible, I'd integrate any existing CI-engine into the wiki, so that you have a complete overview over the current progress and your project's health.
5
First, see your CREATE TABLE statement:
SHOW CREATE TABLE tablename
It will show you all your fulltext indexes like this:
…,
FULLTEXT KEY key_name (column_list),
…
Drop all these keys:
ALTER TABLE tablename DROP INDEX key_name;
…
, then convert:
ALTER TABLE tablename ENGINE=InnoDB;
5
To avoid calling getVal more times than necessary, you can use "decorate, sort, undecorate". Decorate is getting the information you actually care about for the sort:
my @decorated = map { [ $_, getVal($_) ] } @unsorted;
Then sort the decorated list:
my @sortedDecorate = sort { $a->[1] <=> $b->[1] } @decorated;
Then get the original ...
5
Yes, but it requires administrator access. In the Administration section, go to Parameters : Email : mail_delivery_method and set it to Test (to spool emails to a file on disk) or None (to completely disable email). Then, make your change and re-enable your email. You may want to put a message in announcehtml so any other users using the system will know ...
5
VisualSVN is a great product, the enterprise version costs less than $1000 so you might as well buy it. The main alternative to installing manually is UberSvn which also gives you a few more ALM features in a web view.
I've not used Bugzilla to integrate with SVN, but have used Mantis (almost the same but a bit more colourful). There's a blog post about the ...
5
I was having the same problem when upgrading. The DateTime::TimeZone module appeared to be installed but the Bugzilla checksetup.pl script always reported that it was not found. The following fixed the problem for me (run from the Bugzilla install dir):
$ perl install-module.pl Params::Util
$ perl install-module.pl Module::Runtime
I found this by ...
5
Try this:
Issue Regex: Bug (\d+)
Issue Link: http://www.company.com/bugzilla/show_bug.cgi?id={1}
This will make the text Bug 123 be underlined in the commit messages and clicking on it will go to http://www.company.com/bugzilla/show_bug.cgi?id=123
4
The Songbird project made a really good job of documenting how they customized their Bugzilla instance and developed tools to automatically generate daily reports, including burndown charts. They released their set of tools as ruby open-source code under the MIT license. Very interesting stuff, especially since it comes from a high-profile, important ...
4
Choosing the right bug tracker requires that you know who is going to use it (and how it is going to be used). I've used Bugzilla and Mantis and found Bugzilla better from a technical point of view but Mantis wins if some of your bug reporters are not programmers / not programmer minded. Its interface is less 'threatening' for a novice bugtracker user.
If ...
4
There's Apache WS XML-RPC (now that's a mouthful!) which is a full XML-RPC implementation that you could use. I don't know BugZilla that well but assuming it supports XML-RPC, there shouldn't be any issues using the monstrous mouthful I just linked.
4
Once a bug has been restricted to a group, where only certain people can see it, you have the option of making the bug visible to (a) the bug reporter and/or (b) anyone on the CC list, regardless of whether they are part of the group. In fact, I think that's the default.
You could create an Internal group, which all your staff are members of and all your ...
4
Take a look at this: http://www.faqs.org/docs/bugzilla/dbdoc.html
Use this database schema for reference: faqs.org/docs/bugzilla/dbschema.html
If you need a web-interface, use your favorite dynamic website scripting language that can access MySQL databases (say PHP)...
Simple-ish Tutorial: freewebmasterhelp.com/tutorials/phpmysql/4
PHP MySQL API ...
4
Go to the "Preferences" link on the home page, and look for "After changing a bug". Regardless of the site default, you can set your personal preference to "show next bug in my list," "show the updated bug," or "do nothing."
That's the way to do it on bugzilla.mozilla.org, which is at Bugzilla 3.4.6. Depending on what version you're using, the exact link ...
4
Example how to do it with Zend_Http_Client. You can do it with raw PHP as well. http://petehowe.co.uk/2010/02/23/example-of-calling-the-bugzilla-api-using-php-zend-framework/
Only top voted, non community-wiki answers of a minimum length are eligible
