bugnet
bugnet copied to clipboard
BugNET is an open source issue tracker built with .NET
On private projects only emails from the members of the project should be allowed.
It's common that people add an email to the email to explain an issue. Currently the mailbox feature allows to add the images as attachments. Would be great if these...
On the mailbox config you can setup the default user used as "creator" of the issue. Would be much better if the creator could be the actual user who sends...
**This issue was imported from [CodePlex](http://bugnet.codeplex.com/workitem/181)** **[wally75](http://www.codeplex.com/site/users/view/wally75)** wrote 2014-04-01 at 06:03 For some fields, like category, priority, etc, I set their default values from the Defaults section of the project...
If the MailBoxReaderModule is enabled at install it will cause an error since it's trying to access the DB before it is even initialized.
Create a web API using asp.net web API 2.0. This allows users to build extensions to BugNET and integrate with other applications as they see fit.
Create a new branch to migrate the application to entity framework Create two projects: - BugNET.Models - BugNET.DataAccess - Generate DbContext and Entity models using Entity Framework 6 - Wire...
**This issue was imported from [CodePlex](http://bugnet.codeplex.com/workitem/239)** **[eLVik](http://www.codeplex.com/site/users/view/eLVik)** wrote 2014-07-12 at 12:32 Hi.es I just check new zh-CN (Chineese) translations and found some issues: Too many empty keys at Account/Manage like...
We need the ability to search Custom Fields. The fact this isn't yet supported makes me nervous about the maturity of the product.
When you attempt to use the "Perform Query" link when Editing an existing Query, it doesn't adhere to the user's preference for default Page Size. It always uses "10".