Bugzilla or Mantis? [closed]

2020-05-11 09:44发布

As the title says, I'm starting one project right now, and trying to layout the infrastructure for the project (SVN, Email, Bug tracking, Online Forums, etc...)

So, Bugzilla or Mantis?

15条回答
你好瞎i
2楼-- · 2020-05-11 09:58

Mantis is great and simple, simplicity is important as my clients are non technical people.

查看更多
▲ chillily
3楼-- · 2020-05-11 10:04

Another vote for Trac -- dead simple to get going, nice web-based view into your repository, etc.

查看更多
祖国的老花朵
4楼-- · 2020-05-11 10:06

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 multiple projects out-of-the-box, but you can add a plugin to help with that.

Redmine: Written in RubyOnRails. Like Trac, but more complete out of the box. The authors of Redmine are trying to create a better Trac than Trac.

If you are interested in what others searching for bug trackers have written, comparing trackers to each other, I've put some links together here:
http://ifdefined.com/blog/post/2007/10/Links-to-other-comparisons-of-issue-trackers.aspx

If you on Windows, which I'm guessing you aren't, then also consider BugTracker.NET, an easy-to-use, very configurable bug tracking system in .NET/MS SQL Server. (Disclaimer: I'm the author).

查看更多
三岁会撩人
5楼-- · 2020-05-11 10:07

I prefer mantis. It performs nicely and is easily extend able either by the use of plugins or with by coding.

查看更多
Luminary・发光体
6楼-- · 2020-05-11 10:08

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 using Basecamp, bleah!) canned the idea of Mantis because it wasn't pretty enough that I realised some people (as noted above) think it is ugly.

Compared to Bugzilla or another system we tried implementing, some weird European thing, Mantis is gorgeous.

I know Mantis scales well - a friend used it for the production of the movie Happy Feet. He customised it by adding one extra field to provide another level of categorisation.

查看更多
祖国的老花朵
7楼-- · 2020-05-11 10:08

I've used bugzilla for a while, but Redmine get my vote. easy setup, very very intuitive.

查看更多
登录 后发表回答