Are BugTrackers Agile
Every QA person uses a bug tracker. I had thought all our teams used bug trackers religiously. Turns out some of our QA people have adopted the idea that they should just walk over and talk to the developers and show them when they find a bug. Often those bugs get fixed quickly and never enter the bug tracker. If it’s going to be a significant effort to research and fix only then does it go into the bug tracker.
Another sign that our Agile adoption is taking a deeper hold. The point of QA is to improve the quality of the code. Fixing a bug when you find it is a better practice. Bug trackers can still be handy, but for a collocated team they’re less important.
Ed Gibbs @ August 3, 2007


I like the walk over and talk part but I worry about things not being entered in the tracker. I worry that things fall through the cracks.
Is it a hassle to enter things in your tracker? Maybe the problem is the tracker.
I’m the author of a free, open source issue tracker, BugTracker.NET, at http://ifdefined.com/bugtrackernet.html. Its philosophy is to make it as painless as possible to enter a bug. There are no required fields beyond just the title. There’s also a screen capture utility that comes with it that lets you capture the screen and turn that into a bug in just three clicks.
FogBugz is another tracker with the same approach.