What’s the difference between a bug tracking and an issue tracking system?

Issue tracking systems usually integrate more with customers and customer issues. An issue could be “help me install this” or “How do I get the fubar into the flim flam.” They could even be something like “I need an evalutation key for your software”. Bug tracking systems help you keep track of wrong or missing … Read more

Bugzilla or Mantis? [closed]

I think you’ll find that your team will like either Trac or Redmine more than Bugzilla or Mantis. Both integrate nicely with Subversion. Both include wiki, forums, project management features… Quick overview: Trac: Very widely used and loved, written in python, huge community, lots of “plugins”. A common complaint is that it doesn’t support multiple … Read more

How to mark an issue as resolved from the commit log?

Bitbucket already supports marking issues on commit using the Issues service. The issues service scans commit messages for commands which will automatically change the state of the relevant issue on the tracker. [snip] Examples: “… fixes #4711 …” # marks issue as resolved “… reopening bug 4711…” # marks issue as open “… refs ticket … Read more