Search Results

43
votes

What bug tracking software do you use?

In defence of Trac... Check out the huge plugin community at edgew …
1
vote

Any suggestions on a Trac “whine” like bugzilla?

Don't really know the answer to your question, but if not, it shouldn't be too hard to do yourself, trac has a database somewhere. Usually, it's an SQLite3 called $TRAC_ROOT/db/trac.db, from which …
3
votes

How can I best take advantage of Trac?

If it's a stock install, the database is just an SQLite3, so you can easily write scripts to fetch "safe" info, like the number of tickets, or why not one of the reports. That way, you can discuss …