开发者

Bug reports solution

开发者 https://www.devze.com 2022-12-21 14:24 出处:网络
Clarification/summary for the question -- we\'re looking for: a hosted bug tracking system, that is as convenient to use as lighthouse/github/launchpad,

Clarification/summary for the question -- we're looking for:

  • a hosted bug tracking system,
  • that is as convenient to use as lighthouse/github/launchpad,
  • can deal with attachments,
  • integrates email notifications and operations (implies operations in commit messages),
  • has a script-friendly API,
  • allows anonymous bug reports, or ones with an email but that do not require setting up an account for submission.

Lighthouse is close but fails on the last point, launchpad is similar, github also doesn't handle attachments. Tender is great for the last point, but fails as a general bug tracking system (and it looks like its open-source version will be limited to basically being a forum).

We looked into a number of applications to install and setup -- but with this range of requirements, they are always coming with a huge cost in terms of investing time in setting up and maintaining a working system.


In our (open-source) project we have been using Gnats for a really long time. It doing what it was designed to do fine, but that's getting to be pretty inconvenient: it's no longer maintained, has features that we never use, and lack features that we'd want to use... It doesn't deal with attachments, has no easy way to perform actions via emails, no integration with commit messages, and a web interface that was designed for 90s browsers. So I've been looking around in an attempt to find something that could replace it, hopefully some hosted solution to avoid the setup/maintenance hassle.

Probably the most impressive tool that I've seen is lighthouse: it has a very nice and practical interface, properly deals with attachments, controllable via emails, and can respond to commands in commit messages. But... It doesn't have any sane way to submit a bug anonymously -- and that's a major requirement, since we need any random user to be able to submit bugs through our IDE. (It seems that there is a possible hack to forward an email faking the From field, but that doesn't work very well -- specifically, the reporter should be included in the followup email exchange.) On the other side, there is the related tender tool, which is very good in that area, but is very basic otherwise -- too basic to serve as a bug tracking system.

There's a whole bunch of other sites that I've tried -- it seems that all of them require submitters to have an 开发者_运维知识库account, so they don't work well for our needs; as well as being limited in various other ways (don't deal with attachments, no good email integration, etc etc). It doesn't help that the meta-descriptions of these sites is usually pretty obscure: it took me hours to just figure out what tender/lighthouse are and how they're related, and no site mentions its inability to receive bug reports without registration. (I'm looking only at open-source-friendly sites, since we don't have any kind of budget for such things.)

There's also the option of installing some system locally, but bug tracking systems tend to be monsters that I'd like to avoid configuring and maintaining, if possible.

So the question is: is there anything obvious that I'm missing? Or to make it more concrete: is there a good comparison page somewhere that lays out popular options and their respective features explicitly?


JIRA is free for open source projects. It's far more user friendly than trac and bugzilla, and allows anonymous submissions and plugins. Unfortunately you'll need to host it on your own server, but from personal experience I can tell you that all you need to do is install a database (it can run without; but that's not a good idea) and it basically maintains itself.

Also is there a particular reason why Google Code or Sourceforge issue tracking tools wouldn't work? You don't need to use all their services if you don't want, you could use them purely for issue tracking.


Did you try trac? It is used by many open source projects.


FogBugz is one option. They'll host or you can run it yourself. My company looked at it but ... political considerations ... meant it is not viable here.


Have you looked at this Comparison of issue tracking systems on Wikipedia?

I have also found fixx, by hedgehoglab. Apparently it has the features that you care more:

Get things done

  • fixx has an intuitive interface to enable quick bug reporting. Filling in a bug report is as easy as sending e-mail.
  • Ability to add multiple attachments to issues allowing you to attach screenshots and manage documents related to issues.
  • Clever notification options to keep relevant people informed while preventing issue tracker spam.

Also:

  • It has an open REST API.
  • I see that you are using Subversion as SCM. There is a Subversion integration with fixx.
  • Its unique installation requirement is Sun JDK 1.5.0.
  • It seems free for Open Source Projects and an hosted version is "Coming soon".

Note that I have never used it, so I cannot give any recommendation.


The open source BugTracker.NET has support for the following areas that are giving you problems:

  • Attachments
  • Guest login
  • Email notifications
  • SVN commit integration

I found it easy to set up, maintain, and tweak. Of course, you might think otherwise if you are not familiar with .NET and have a Windows server available.


You might look at Unfuddle. They do allow an API for the submission of tickets and have your other points covered including attachments.


Take a look at repositoryhosting.com They have ready made solution with trac / svn / git, for you. Comes with all kinds of bells and whitsles, such as Agilo plug-in and auotomatic backup to the amazon S3 bucket of your choice.

The prices are very reasonable.

Also, jumboxes offers a Trac / SVN virtual appliance that you can host in your own environment.


Redmine is a good open source option. You can check an online demo and a list of features.

It's not hosted though. But it's an interesting option.

And you can always check a list of different open source bug tracking alternatives


I've used ZenDesk in the past and it was rather hassle free. In addition it has an api: http://www.zendesk.com/api. Moreover I KNOW it can CC whosoever you want it to whenever anything happens.


We too are looking for a new solution.

At present we're using FogBugz, which is painfully slow.

We need our customers to be able to log bugs via email. Tender looks perfect, with the exception that it doesn't have any obviously usable ID fields that we can pass around. Is there a plugin or similar? I could knock up a browser extension to "goto bug id [whatever]" but that seems kludgy for what should surely be a core feature?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号