27 Mar
2002
27 Mar
'02
10:46 p.m.
On Wed, 27 Mar 2002 01:14, Tom Nixon wrote:
I'm looking for an issue tracking product for Zope. I would like a web-based app where my customers can log support requests etc and I can keep track of the status of each issue. I have already found a few candidates on zope.org but can anyone recommend a good one? Preferably one that's quick and easy to get up and running, not too complicated.
If you don't particularly care that the data isn't stored in the ZODB (but it doesn't require you to set up an SQL database or anything silly like that), then use Roundup: http://roundup.sf.net/ Full-featured, flexible, etc, etc. Richard