I am a developer with a small company which is about to take on a large project.
We currently use email for issue tracking, and I intend to set up a bug/issue tracking system
(perhaps bug genie, mantis or trac - we want something web based, php, open source, mysql)
We have source control (SVN)
In the past I have found that the biggest problem with bug tracking systems is that information is split between the tracking system and emails.
What do you do to make sure that information in emails is available to people reviewing bugs in your bug tracking software?
What do you do to make it easy for people working on bugs to make information in the emails they send and receive available to the bug tracking system?
In my experiece if it isn't easy people will avoid doing it.