Journal tomhudson's Journal: Trouble Ticket and Bug Tracking Systems 12
I have to set up a bug tracking and trouble ticket system at work for the developers and testers. Bugzilla is out, since we want to eventually expand the system to handle customer trouble tickets as well. Both Open Ticket Request System and zenTrack looked good, but neither one worked when I tried to install to a non-default location. Symlinking from apache's htdoc directory (after changing apache's config files to follow symlinks) only fixed part of the problem - it looks like both these programs expect to be installed inside your web server's local space, rather than from either their own
For the time being, I'll probably just set up a CMS and wiki so we can start editing the documentation for the existing system, and post/discuss the bugs in the new system, but this is just a stop-gap measure. Short of writing your own, what other LAMP solutions have you tried?
I don't really use it, but... (Score:1)
Re:I don't really use it, but... (Score:2)
Request Tracker? (Score:2)
RT (Score:1)
My employer recently switched from that to some Windows-only mess from Sofront Software (a company in India). There are serious issues if you're not using the latest Internet Explorer, so my Mac iBook doesn't help me on this one point.
open source issue tracking (Score:1)
Mantis? (Score:2)
Our Webmistress... (Score:2)
Re:Our Webmistress... (Score:2)
TrackStudio (Score:1)
About two years ago at my employ we undertook the somewhat large effort of researching all of the popular "tracking systems" on the market, both proprietary and Open Source. Our goals were roughly the following:
Re:TrackStudio (Score:2)
Thanks. Unfortunatell, it'll be a few weeks before I can revisit this - today I got a first lock at the actual c code I have to fix. 18,823 lines, no comments, no documentation, no tests scripts, no make files, naming conventions look like it was put together by former vb coders, everything appears to be tightly coupled ... Priceless :-(
Its worse than I thought it was.
After its fixed, I've got to rewrite it to work on a cluster (and put together a working cluster).
THEN ... if I don't go nuts ... :-)
Re:TrackStudio (Score:1)
My goodness... I think I actually felt PAIN reading that. You have our sympathies! :-)
Good luck...
Re:TrackStudio (Score:2)
Thanks. I got another 15,000 lines this afternoon, plus an interesting data transform that I have to work on next Monday, so this weekend is going to be busy playing catch-up.
Instead of doing it all by hand, I'm going to use some code formatters and some custom scripts to mod the code, insert custom overloaded functions, generate the docs, build and populated tables, etc. This way, as my understanding of what they were doing grows, I can just update the scripts and reparse everything.