New Post: Permissions for default roles
Users assigned to the Project Administrator role are not able to update the status of an issue. They are only able to update it if I make them a Super User which is not desirable. Are the permissions...
View ArticleNew Post: Permissions for default roles
By default, the administrator role should have the change issue status permission, but also requires the edit issue permission.You can edit the user role and modify permissions in the admin ->...
View ArticleNew Comment on "Documentation"
Can we get some Architecture Overview documentation for this Amazing effort by Dev? . I really appreciate the amount of effort and dedication put on by these dev-people to Open source this product....
View ArticleNew Post: 0.9.161.0 to 1.2.231.0 Getting Errors When Clicked on previous issues-
Upgrading BugNETI updated from 0.9.161.0 to 1.2.231.0 and received below message. I noted the installation went well but for some reason I cannot click to view any issue or Queries created before the...
View ArticleCommented Issue: Conversion from varchar to datetime type resulted in...
HI,<br /><br />I've just finished a new installation of BugNet 1.2 using SQL server 2008 which was fine. However, when Saving a new Issue the following message is displayed:<br...
View ArticleNew Post: 0.9.161.0 to 1.2.231.0 Getting Errors When Clicked on previous issues-
It looks like the last script (1.2) did not run, are you using the source package?
View ArticleNew Post: 0.9.161.0 to 1.2.231.0 Getting Errors When Clicked on previous issues-
Thanks so much- (0 row(s) affected) (0 row(s) affected) (56 row(s) affected) (0 row(s) affected) (0 row(s) affected) (1 row(s) affected) (1 row(s) affected)
View ArticleNew Post: How can a user with developer rights can delete an issue?
How can a user with developer rights can delete an issue in version 1.1.213.0I have checked the rights option and developer do not have right to delete an issue.
View ArticleNew Post: How to reset issue number?
my BugNET has been installed on my server and I have input a few test issues. I would like to remove the test issues and start using it, but the issue number starts at 10, how can I reset it to 1?
View ArticleNew Post: How to reset issue number?
You can run this sql statement against the database that will reset the value.DBCC CHECKIDENT('BugNet_Issues', RESEED, 0)
View ArticleNew Post: How can a user with developer rights can delete an issue?
Try recyling the application through IIS, or edit the web.config and save it again to force a restart. Let us know if you can delete an issue after that.
View ArticleNew Post: Error while creating new issue (Version. 1.2.231)
I experienced the same issue with an upgrade to 1.2.231.0.It lies with a stored procedure called "BugNet_IssueNotification_GetIssueNotificationsByIssueId" that is missing the following...
View ArticleNew Post: Error while creating new issue (Version. 1.2.231)
Thanks for the feedback! Hopefully they didn't change to much. Updateing the schema is 50%, the other 50% will be data moving/converting to new table layouts :-(Regards,Sörnt
View ArticleClosed Issue: NotificationCulture Error [79]
In SqlDataProviderListHelper.cs, line 129, there is an attempt to assign NotificationCulture to the returnData data reader. However, the stored procedure...
View ArticleNew Post: How can a user with developer rights can delete an issue?
I did both but still as a developer I can view delete link and the link is clickable.
View ArticleNew Post: Error while creating new issue (Version. 1.2.231)
I created a new database for a fresh install of v.1.2.231.0.I then used this CodePlex schema diff tool (http://opendbiff.codeplex.com/) to compare my upgraded v.1.2.231.0 and the fresh install one.With...
View ArticleCreated Issue: How can a user with developer rights can delete an issue? [80]
How can a user with developer rights can delete an issue in version 1.1.213.0I have checked the rights option and developer do not have right to delete an issue.
View ArticleNew Post: How can a user with developer rights can delete an issue?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Issue: How can a user with developer rights can delete an issue? [80]
How can a user with developer rights can delete an issue in version 1.1.213.0I have checked the rights option and developer do not have right to delete an issue.Comments: Commited fix see...
View ArticleUpdated Wiki: Home
BugNET is a free, open source issue tracking and project issue management solution for the ASP.NET platform. The main goals are to keep the codebase simple, well documented, easy to deploy and...
View Article