The fine days of unrestricted development are over for me. We shipped the project to our internal stakeholder and immediately were overwhelmed with tons of issue reports and change request (actually not that much but thats how we feel ;-). So, as expected, we need to start using some bug/issue/defect tracking system. My problem is that the current standard in our company is Bugzilla. OK, I know it has been around for a while, it most widely adopted and undergoes heavy development. But for me it doesn't look very user friendly. I still can't get it to make the reports I want and don't know what are all these fields are for. Just by looks it falls way behind other, not only commercial, systems (JIRA for example). The other thing I'm missing is some way to integrate it with external clients (I'm not in favor of web based interfaces). Ultimately it would be great to view and enter issues straight from inside Visual Studio (something that Axosoft's OnTime offers), but any sort of rich windows client will do.
Currently I'm trying to install Mantis on my machine. It runs on Windows with PHP/MySQL combo and it publishes Web Services that can be consumed by any client. There is even a library MantisConnect written in C#.
But I wonder if any You can point me to other systems that work best in your .NET projects. Any help would be greatly appreciated.