BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

Welcome to BugNET!

Welcome to the official community and development site for the BugNET open source project. From downloads to documentation, bugnetproject.com offers a comprehensive base of information, resources, and support.

BugNET is an issue tracking and project issue management solution built using the ASP.NET web application framework. Email notifications, reporting and per project configuration of fields and values allows efficient management of bugs, feature requests, and other issues for projects of any scale.

Latest News & Announcements

By host on 4/6/2008

The new build of BugNET has been posted in the downloads section.  This is a new version if the 0.7 releases which fixes bugs and adds some new features.

NOTE: This release fixes critical security bugs that could allow a registered user to elevate their priviledges and it is recommended that you upgrade your installation.


Read More »

By admin on Thursday, March 13, 2008

In BugNET 0.8 the project creation / administration has been vastly improved so that you may define many of the previously hardcoded values. Most notably these hard corded values were the status, resolutions, issue types and priorities.  Although these values may work perfectly for some, it is not viable for all projects or issue tracking methods to be forced to use these.

With the new project administration functionality, you are now able to define virtually all values in the drop down lists.   Below we can see the edit project screen where we are editing our Test Project and have chosen to edit the statuses for this project.  In addition to adding, editing and deleting values you can choose an ima ...
Read More »

By host on 2/9/2008

The new build of BugNET has been posted in the downloads section. This is a bug fix / improvment release.

Fixes

  • BGN-518     Project administrator can't edit a category tree
  • BGN-558     Unhandled exception executing SQL in installer< ...
    Read More »

By host on 1/21/2008

I have to apologize to all those who are installing the issue tracker for the first time but the latest install package does not create an up to date database.  

To fix this manually perform the following steps on your database:

  1. Run this sql statement against the database to add the proper version
    UPDATE HostSettings SET SettingValue = '0.7.891.0' WHERE SettingName = 'Version'
  2. Run the 0.7.891.0.SqlDataProvider.sql script from the install directory on your database to reflect the current changes.

All existing installations are un ...
Read More »

By host on 1/13/2008

Happy new year to everyone!  This is the first release of the issue tracker this year and is a bugfix release that addresses some of the remaining bugs in the 0.7 release.

The new build of BugNET has been posted in the downloads section.

Fixes

  • BGN-512     SMTP/POP3 password cleared if not reset    
  • BGN-518     Project administrator can't edit a category tree< ...
    Read More »

Download

Membership

Membership Membership:
Latest: geckobrain
New Today: 0
New Yesterday: 3
Overall: 664
People Online People Online:
Visitors: 35
Members: 0
Total: 35

Latest Posts


New Styles required for Documentation Hi Davin, Thanks for the new styles for the WIKI pages. Please can you create a style which we can use on this page. http://www.bugnetproject.com/Documentation/tabid/57/Default.aspx You can see what I have done, but the width is not right and the tag style makes the font too small. (I had to embedd them in an <h3> to get it a decent size). Also check out the TOC on the userguide page.

Subversion and Active Directory integration questionsI just installed BugNET this morning because the screenshots looked great. I must say I'm impressed; it's very slick, responsive, and intuitive. Gotta love an installation procedure that consists of 'go to this URL.' I have two questions: 1. Is there any documentation yet for integration with Subversion? We're building a tracking/versioning system from scratch, y'see, so the Subversion features mentioned here and there would be great to use. Unfortunately, this page is blank: http://bugnetproject.com/Documentation/tabid/57/topic/Configuring%20Subversion%20Integration/Default.aspx 2. Is it possible to use both Active Directory authentication *and* the users created under User Management? I'd like for our developers to be able to access with automatic access for convenience, but still allow our clients and partners to be able to register and log bugs. Based on the configuration documentation, I'm guessing the answer is 'no' but I thought I'd check. Thanks.

iPhone interface for BugNET LIke many people, I have jumped on board the iphone band wagon.&#160;&#160; Personally I feel it is one of the best personal devices / phones I have owned. A few weeks ago I started building an IPhone interface for BugNET.&#160; I used an interface similar to diggs iphone interface&#160; digg.com/iphone and you can see below the screenshots of the BugNET interface.&#160; &#160; <img width='349' height='508' src='/Portals/0/Images/Forum/iphoneProjects.PNG' alt='' <img width='348' height='513' src='/Portals/0/Images/Forum/iphoneIssuesList.png' alt='' The interface is very basic and isn't very functional but if someone has an interest in taking this further and completing it I can make the code available as I do not have time to complete it. &#160; &#160;

When is the next release date Hi Davin, When is the next planned release of BugNet? What will be the version number? Thanks Stewart

Integration into DotNetNuke Hi . Great tool. Is there a way you (or I) could integrate this tool into DotNetNuke portal ? Also.. can it be integrated with Subversion? Regards, Claudiu

Issue WorkflowThere are a couple of features that are missing in BugNet that I have seen in commercial programs that I think would be beneficial. The main one is an Issue Workflow, which makes sure that an issue flows through the system in a predictable way. What I mean by this, is that it will limit what you can see or do depending on what roles you are in. The workflow should be completly configurable. If you are a developer, it might only allow you to select Resolved from the status, and Closed isn't an option. This might be because the person doing testing only looks for issues in the resolved status, and they move it to closed after testing is successful. Or if you are a customer, create a new role called Customer and hide the Assigned To field and Comments, and make the Status read only. This would allow them to see what is important, but not the internal information they don't need, and it would stop them from reopening an issue directly, instead of notifing the project manager and having them reopen it. One way this could be implemented is to expand on the Role security screen, and add an option for the fields to limit. Each field, if it makes sense for that field, will have checkboxes for Visible, Add New, Change, and a listbox to select what values to display. There is another thread requesting a Customer Portal, http://www.bugnetproject.com/Forums/tabid/54/forumid/-1/threadid/1670/scope/posts/Default.aspx, I think the Issue Workflow would fullfill that request as well. At the moment I don't have a lot of time to work on this, but I wanted to put the idea out there and see what others thought. If my time frees up, and no one else has started this, I will attempt to code it. Doug

Requiring custom fieldsI've been trying to make use of required custom fields, but have run into problems. The required fields only seem to be visible on the edit page; not on insert. When users enter an initial issue, I'd like these custom fields to appear there and if required, force an input prior to inserting the issue. As it is now, users are creating new issues and never entering the custom fields. Am I missing something?

SMTP sending problemsDoes anybody know of any reason why if an error occurs, the error handler is able to send an email to me reporting it, but I am not able to send notification emails? The code seems to complete the send, but I never receive anything. Thanks in advance.