Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all 2179 articles
Browse latest View live

New Post: Configure Source Code Repository Integration

$
0
0
clarence_17 wrote:
Yes I get the new tab, but my question is how can I have the URL? How will I generate that URL? Where will I find it? Is there a need also to use Tortoise SVN? I can't seem to generate URL using TortoiseHg.

Going back to the revision of Issue ID, is this the Revision part located at the bottom of an issue (besides comments, sub-issues etc)?
Furthermore, when you say commit, these are changes related to issues/defects of a Project? How about the changes to its source (Source of BugNET tool)?

Just to add,
  1. Copy the post-commit.bat file from the BugNET.SubversionHooks folder in the installation package to the hooks folder of your subversion repository.
  2. Open the post-commit.bat file in notepad or another texteditor and make sure the directory specified where the BugNET.SubversionHooks executable is located. (The BugNET.SubversionHooks executable must be on the same machine as your subversion server but the BugNET web application can be on another server).
  3. Open the BugNET.SubversionHooks.exe.config file in notepad or another text editor and change the following properties:
In the steps above, where will I place the folder (where the BugNET.SubversionHooks.exe.config file resides) or the file itself? How can BugNET know where to find this file? I already had my Subversion URL, but no additional tab was displayed in the main menu.

Lastly, this subversion is also used when there are changes in Issues per project? or is it on codes only? Because I noticed there is also a Subversion for every project. What's that for?

Please enlighten me. Thank you!
TortoiseHG works with a mercurial source code repository, TortoiseSVN works with a subversion and are mutually exclusive and not used together.

For installing SVN or HG I can not comment as it is well documented on many other sites which a quick Google search should present. Once you have that installed and understand how hooks work in SVN or HG, then you can configure the BugNET integration.

As for a high level of how it works:
  1. You put the hooks executable to a folder and the batch file into the hooks folder of your repository
  2. Each comment the hooks batch file is run
  3. Hooks executable parses commit messages for issue ids
  4. Hooks executable adds new revision records to BugNET based on the project repository and issue id via BugNET web services.
This is what is described in our documentation on how to configure the integration but with more details.

New Post: Configuration of Active Directory

$
0
0
clarence_17 wrote:
I need help here. Thanks!
The key is this statement - To enable seamless creation of users from Active Directory or Windows SAM when they visit the application..

When configured, AD users get their accounts created in BugNET when they access the application.

New Post: Use of Release Notes

Updated Wiki: Using BugNET

Updated Wiki: Application Configuration

$
0
0

Application Configuration

Basic
Authentication
OAuth / OpenID Login
Mail / SMTP
Logging
Subversion
Notifications
Attachments
POP3 Mailbox
Languages

The application page is accessible by users with the Super User permission and is where the application wide settings are configured.

Basic

Title - the title is used in email templates, on the home page and appended to the page title of each web page in the application. This is used to set the name of your company or title you wish to related to your issue tracker.
Welcome Message - The welcome message is displayed on BugNET home page and can be used to display a customized message to users.
Default URL - The default url is used in RSS feeds and email templates to construct fully qualified urls.
Enable Gravatar - BugNET uses the Gravatar service to display user profile pictures if this is checked.

Authentication

User Account Source - Sets where the user accounts reside when using Active Directory or Windows SAM authentication. Selecting Windows SAM or Active Directory will show more configuration options regarding those choices.
None - Default when you are not using windows authentication, or active directory.
Windows SAM - Accounts are stored in the local Windows SAM
Active Directory - Accounts are stored in an active directory
User Registration - Configures if users can register new accounts in BugNET
None - users cannot register / create new accounts
Public - users can create new accounts and log in without email verification
Verified - users can register / create new accounts but must verify their account via email before they can log in.

OAuth / OpenID Login

For each supported authentication provider you can enable the provider, and set your consumer key and secret values. Once enabled and configured, a button for the configured service will display on the log in page and allow users to log in via their preferred service provider.

Facebook

Using Facebook authentication requires you to create a Facebook developer account, and your project will require an application ID and secret key from Facebook in order to function. For information about creating a Facebook developer account and obtaining your application ID and secret key, see http://go.microsoft.com/fwlink/?LinkID=252166.

Enable - enables the Facebook log in service provider
App Id - Enter the application id you have configured with Facebook
App Secret - The secret key generated for your App Id by Facebook

Twitter

Twitter authentication requires you to create a developer account, and it requires a consumer key and consumer secret in order to function. For information about creating a Twitter developer account and obtaining your consumer key and consumer secret, see http://go.microsoft.com/fwlink/?LinkID=252166.

Enable - enabled the Twitter log in service provider
Consumer Key - Enter the application id you have configured with Twitter
Consumer Secret - The secret key generated by Twitter

Google OpenID (Deprecated)

Note - Google OpenID is now deprecated and recommended you do not use this until we upgrade BugNET to use Google OAuth.

Enable - enables the Google log in service provider

Microsoft Account

Microsoft authentication requires you to create a developer account, and it requires a client ID and client secret in order to function. For information about creating a Microsoft developer account and obtaining your client ID and client secret, see http://go.microsoft.com/fwlink/?LinkID=144070.

Enable - enables the Microsoft account log in service provider
Client Id - Enter the Client Id you have configured with Microsoft
Client Secret - The Client Secret generated for you by Microsoft

Mail / SMTP

Please see the Configuring Email Notifications page for details on this configuration.

Logging

The logging section allows you to email errors to the admin user.

Email Error Messages - if checked BugNET will email error messages to the email address configured for the Admin user.
From Address - the email address that the error messages should come from. Useful if you would like to setup filtering in your email client.

Subversion

The subversion page controls settings related to the management of subversion repositories.

Enable Administration - if checked, projects can create tags and repositories from the project settings pages.
Server Root Url - the root url of your SVN installation
Root Folder - the root folder of your SVN installation
Hooks Executable Folder - The folder that contains your SVN hooks executable
Backup Folder* - the folder in which you would like your backups
Administrator Email - the email address of your SVN administrator

Notifications

Admin Notification User - The user which is used to send the email notifications in BugNET.

Attachments

Allowed File Extensions - A comma separated list of file extensions that should be allowed to be uploaded to BugNET. This is . (all) by default.
File Size Limit - The file size limit for uploaded attachments, default is 2024 bytes, 20 MB.

POP3 Mailbox

See the Configure Receiving Email with POP3 page for details on how to configure the POP3 mailbox functions.

Languages

The languages page shows which language is set as the default language in BugNET and shows a list of supported languages. The application default language is used until a user sets a preferred language in their profile.

Application Default - Sets the default language

Updated Wiki: Using BugNET

Updated Wiki: Using BugNET

Updated Wiki: Project Administration

$
0
0

Project Administration

Create New Project
Clone Project
Edit Project
Generate Custom Field Views


For how to create a project please refer to the Creating Your First Project documentation.

Projects

By select the Admin -> Projects menu item you can access a list of projects you have access to administer in BugNET.

From here you can create a new project, clone an existing project, edit a project or generate custom field views.

Clone Project

Cloning a project allows you to take an existing project and make a copy of all its configuration and settings except issues. This is useful if you have a preferred project configuration and do not want to go through created a new project every time.

To clone a project , select Clone Project , select the project to clone, and specify the new project name then click the Clone Project button.

Edit Project

To edit a project, click the project name from the project list.

Generate Custom Field Views

Generate custom field views will recreate all custom field views for projects in BugNET. This is useful sometimes after upgrades where the custom field views did not get created properly, perhaps due to the names of the custom fields etc.

Updated Wiki: Project Administration

$
0
0

Project Administration

Create New Project
Clone Project
Edit Project
Generate Custom Field Views

Create New Project

For how to create a project please refer to the Creating Your First Project documentation.

Projects

By select the Admin -> Projects menu item you can access a list of projects you have access to administer in BugNET.

From here you can create a new project, clone an existing project, edit a project or generate custom field views.

Clone Project

Cloning a project allows you to take an existing project and make a copy of all its configuration and settings except issues. This is useful if you have a preferred project configuration and do not want to go through created a new project every time.

To clone a project , select Clone Project , select the project to clone, and specify the new project name then click the Clone Project button.

Edit Project

To edit a project, click the project name from the project list.

Generate Custom Field Views

Generate custom field views will recreate all custom field views for projects in BugNET. This is useful sometimes after upgrades where the custom field views did not get created properly, perhaps due to the names of the custom fields etc.

Updated Wiki: Creating Your First Project

$
0
0

Creating Your First Project

Create New Project
Project Details
Categories
Status
Priorities
Milestones
Issue Types
Resolutions
Project Members
Custom Fields
Security Roles
Notification}
[#Subversion

Mailboxes
Defaults

This walkthrough provides a glimpse of the features that BugNET has to offer, provided as a step-by-step guide. If this is your first time using BugNET, this document is for you!

This topic assumes that you have already installed BugNET and set up your website. If you haven't, follow the instructions in Installing BugNET.

Create New Project

When you're logged in as an administrator, you will see two additional menu items, Admin and Host.

To create your first project, select Admin -> Projects then Create New Project. You are then presented with the create new project wizard that guides you through the various steps necessary to create a new project.

The following two steps are not included in the project wizard and can be accessed through the edit project function after the project has been created:
  • Custom Fields
  • Security Roles
  • Mailboxes
  • Notifications
  • Subversion
  • Defaults

Project Details

This step allows you to give your project a name, description and set basic project properties of the project.

Project Name - The name of your project
Project Description - A description of your project that is shown to users on the home page
Project Code - A unique identifier for the project that prefixes all issues. i.e. BGN-1234
Project Manager - The BugNET user who manages this project
Allow Issue Voting - Allow users to vote on their favourite issues
Security Type
Public - All users can see this project
Private - Only project members can see this project
Allow Issue Attachments - All users to attach files to issues.
Storage Type - Store attachments in the database or file system. This cannot be changed after project creation.

Categories

When you create issues, you can assign the issue a category or component. These are added in a tree like structure where you can have a parent category and multiple sub categories.

Status

When you create an issue, you assign the issue a status such as In Progress or Completed. You can also associate an image with each status to help you identify them in the issue list or project summary pages.

Is Closed State is used to identify issues that are complete and should show in the Change Log. You can have multiple status values representing closed issues. When setting a status to Is Closed State issues that have this status are displayed on the change log and road map views accordingly.

Priorities

Priorities represent the important of an issue, such as High, Medium Low.

Milestones

Milestones represent a grouping of issues by release, version or "milestone".
Due Date - Represents the date in which this release is due and is shown on the Roadmap
Release Date - The date in which this milestone was released.
Completed - When a release is complete, it will no longer appear in the Roadmap.
Notes - These will display on the roadmap and change log pages under the name of the milestone.

Issue Types

Issue types identify the type of issue such as a Bug, New Feature or Task.

Resolutions

Resolutions identify how the issue was resolved or fixed.

Project Members

Add users that are members of a project on this step and assign them a specific role. If you have set your project to private then only the people added as members will be able to see your project.

Custom Fields

There may be necessary information that does not fall into the preset values of BugNET, in this case you can add custom fields of a certain data type capture additional information about an issue.

Field Name - Name that displays on the issue screen.
Field Type - The data type that you wish to display
Data Type - The data type to be validated
Required - If required then data entry is mandatory when creating and editing issues

Security Roles

Several security roles are added by default and can be modified as necessary.
  • If you would like to auto assign users to a particular role when they register, edit the role and check "Auto Assign" then save the role.

Notifications

Notifications allow you add users to receive project wide notifications for when issues are added or changed.

Subversion

The subversion screen allows you configure the repository url and create repository tags or create a new repository for the project.

Mailboxes

The mailboxes screen allows you to add mailboxes that the POP3 mailbox reader will access to create issues that have been submitted via email.

Defaults

The defaults screen allows you to set which fields are visible on the add issue screen and their default values.

Updated Wiki: Creating Your First Project

$
0
0

Creating Your First Project

Create New Project
Project Details
Categories
Status
Priorities
Milestones
Issue Types
Resolutions
Project Members
Custom Fields
Security Roles
Notification}
[#Subversion

Mailboxes
Defaults

This walkthrough provides a glimpse of the features that BugNET has to offer, provided as a step-by-step guide. If this is your first time using BugNET, this document is for you!

This topic assumes that you have already installed BugNET and set up your website. If you haven't, follow the instructions in Installing BugNET.

Create New Project

When you're logged in as an administrator, you will see two additional menu items, Admin and Host.

To create your first project, select Admin -> Projects then Create New Project. You are then presented with the create new project wizard that guides you through the various steps necessary to create a new project.

The following additional configuration options are not included in the project wizard and can be accessed through the edit project function after the project has been created:
  • Custom Fields
  • Security Roles
  • Mailboxes
  • Notifications
  • Subversion
  • Defaults

Project Details

This step allows you to give your project a name, description and set basic project properties of the project.

Project Name - The name of your project
Project Description - A description of your project that is shown to users on the home page
Project Code - A unique identifier for the project that prefixes all issues. i.e. BGN-1234
Project Manager - The BugNET user who manages this project
Allow Issue Voting - Allow users to vote on their favourite issues
Security Type
Public - All users can see this project
Private - Only project members can see this project
Allow Issue Attachments - All users to attach files to issues.
Storage Type - Store attachments in the database or file system. This cannot be changed after project creation.

Categories

When you create issues, you can assign the issue a category or component. These are added in a tree like structure where you can have a parent category and multiple sub categories.

Status

When you create an issue, you assign the issue a status such as In Progress or Completed. You can also associate an image with each status to help you identify them in the issue list or project summary pages.

Is Closed State is used to identify issues that are complete and should show in the Change Log. You can have multiple status values representing closed issues. When setting a status to Is Closed State issues that have this status are displayed on the change log and road map views accordingly.

Priorities

Priorities represent the important of an issue, such as High, Medium Low.

Milestones

Milestones represent a grouping of issues by release, version or "milestone".
Due Date - Represents the date in which this release is due and is shown on the Roadmap
Release Date - The date in which this milestone was released.
Completed - When a release is complete, it will no longer appear in the Roadmap.
Notes - These will display on the roadmap and change log pages under the name of the milestone.

Issue Types

Issue types identify the type of issue such as a Bug, New Feature or Task.

Resolutions

Resolutions identify how the issue was resolved or fixed.

Project Members

Add users that are members of a project on this step and assign them a specific role. If you have set your project to private then only the people added as members will be able to see your project.

Custom Fields

There may be necessary information that does not fall into the preset values of BugNET, in this case you can add custom fields of a certain data type capture additional information about an issue.

Field Name - Name that displays on the issue screen.
Field Type - The data type that you wish to display
Data Type - The data type to be validated
Required - If required then data entry is mandatory when creating and editing issues

Security Roles

Several security roles are added by default and can be modified as necessary.
  • If you would like to auto assign users to a particular role when they register, edit the role and check "Auto Assign" then save the role.

Notifications

Notifications allow you add users to receive project wide notifications for when issues are added or changed.

Subversion

The subversion screen allows you configure the repository url and create repository tags or create a new repository for the project.

Mailboxes

The mailboxes screen allows you to add mailboxes that the POP3 mailbox reader will access to create issues that have been submitted via email.

Defaults

The defaults screen allows you to set which fields are visible on the add issue screen and their default values.

Commented Feature: Add feature to search within a project [177]

$
0
0
We have few thousands of issues in the bug tracking system which are spread across 50 or 60 projects. We would love seeing a possibility to search within comments for a specific project. Thanks
Comments: This should be fine. Thanks

Closed Unassigned: Error - /bugnet/Administration/Projects/AddProject [248]

$
0
0
Hi guys,

I had done the installation for the bugnet and completed.

I manage to login but when i create new projects or users it show error message
Application Error - /bugnet/Administration/Projects/AddProject
Application Error - /bugnet/Administration/Users/UserList

I had attach the pictures
and below is the error code from the log file


> System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentException: Item has already been added. Key in dictionary: 'Admin' Key being added: 'Admin'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Web.Security.MembershipUserCollection.Add(MembershipUser user)
at System.Web.Providers.DefaultMembershipProvider.FindUsersByName(String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at BugNET.Providers.MembershipProviders.ExtendedSqlMembershipProvider.FindUsersByName(String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at System.Web.Security.Membership.FindUsersByName(String usernameToMatch)
at BugNET.BLL.UserManager.FindUsersByName(String userNameToMatch)
at BugNET.Administration.Users.UserList.BindData(String filter)
at BugNET.UserInterfaceLayer.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

anyone can help me??
Comments: There are a lot of bug fixes in this release. I couldn't reproduce this one though.

Updated Wiki: Creating Your First Project

$
0
0

Creating Your First Project

Create New Project
Project Details
Categories
Status
Priorities
Milestones
Issue Types
Resolutions
Project Members
Custom Fields
Security Roles
Notification}
[#Subversion

Mailboxes
Defaults

This walkthrough provides a glimpse of the features that BugNET has to offer, provided as a step-by-step guide. If this is your first time using BugNET, this document is for you!

This topic assumes that you have already installed BugNET and set up your website. If you haven't, follow the instructions in Installing BugNET.

Create New Project

When you're logged in as an administrator, you will see two additional menu items, Admin and Host.

To create your first project, select Admin -> Projects then Create New Project. You are then presented with the create new project wizard that guides you through the various steps necessary to create a new project.

The following additional configuration options are not included in the project wizard and can be accessed through the edit project function after the project has been created:
  • Custom Fields
  • Security Roles
  • Mailboxes
  • Notifications
  • Subversion
  • Defaults

Project Details

This step allows you to give your project a name, description and set basic project properties of the project.

Project Name - The name of your project
Project Description - A description of your project that is shown to users on the home page
Project Code - A unique identifier for the project that prefixes all issues. i.e. BGN-1234
Project Manager - The BugNET user who manages this project
Allow Issue Voting - Allow users to vote on their favourite issues
Security Type
Public - All users can see this project
Private - Only project members can see this project
Allow Issue Attachments - All users to attach files to issues.
Storage Type - Store attachments in the database or file system. This cannot be changed after project creation.

Categories

When you create issues, you can assign the issue a category or component. These are added in a tree like structure where you can have a parent category and multiple sub categories.

Status

When you create an issue, you assign the issue a status such as In Progress or Completed. You can also associate an image with each status to help you identify them in the issue list or project summary pages.

Is Closed State is used to identify issues that are complete and should show in the Change Log. You can have multiple status values representing closed issues. When setting a status to Is Closed State issues that have this status are displayed on the change log and road map views accordingly.

Priorities

Priorities represent the important of an issue, such as High, Medium Low.

Milestones

Milestones represent a grouping of issues by release, version or "milestone".
Due Date - Represents the date in which this release is due and is shown on the Roadmap
Release Date - The date in which this milestone was released.
Completed - When a release is complete, it will no longer appear in the Roadmap.
Notes - These will display on the roadmap and change log pages under the name of the milestone.

Issue Types

Issue types identify the type of issue such as a Bug, New Feature or Task.

Resolutions

Resolutions identify how the issue was resolved or fixed.

Project Members

Add users that are members of a project on this step and assign them a specific role. If you have set your project to private then only the people added as members will be able to see your project.

Custom Fields

There may be necessary information that does not fall into the preset values of BugNET, in this case you can add custom fields of a certain data type capture additional information about an issue.

Field Name - Name that displays on the issue screen.
Field Type - The data type that you wish to display
Data Type - The data type to be validated
Required - If required then data entry is mandatory when creating and editing issues

Security Roles

Several security roles are added by default and can be modified as necessary.
  • If you would like to auto assign users to a particular role when they register, edit the role and check "Auto Assign" then save the role.

Notifications

Notifications allow you add users to receive project wide notifications for when issues are added or changed.

Subversion

The subversion screen allows you configure the repository url and create repository tags or create a new repository for the project.

Subversion Url - The url of your project SVN or source code repository , this is used to add an additional menu item that will allow you to view your code from BugNET (uses an iFrame)

Creating a Tag

To create a tag in your SVN repository enter the name and the comment then select create tag. The output of the SVN commands will be shown in the readonly Subversion Commands Output box to verify that your tag has been created successfully.

Create a new Repository

To create a new subversion repository for this project, enter the name of your SVN repository and click Create Repository.

Mailboxes

The mailboxes screen allows you to add mailboxes that the POP3 mailbox reader will access to create issues that have been submitted via email.

Email Address - The email address in which users or customers would send issues to
Assign To - The user in which new issues are to be assigned
Issue Type - The issue type that you would like to assign to new issues.

Defaults

The defaults screen allows you to set which fields are visible on the add issue screen and their default values.

Visible - toggles the display of this field on the new issue screen.

Updated Wiki: Creating Your First Project

$
0
0

Creating Your First Project

Create New Project
Project Details
Categories
Status
Priorities
Milestones
Issue Types
Resolutions
Project Members
Custom Fields
Security Roles
Notification}
[#Subversion

Mailboxes
Defaults

This walkthrough provides a glimpse of the features that BugNET has to offer, provided as a step-by-step guide. If this is your first time using BugNET, this document is for you!

This topic assumes that you have already installed BugNET and set up your website. If you haven't, follow the instructions in Installing BugNET.

Create New Project

When you're logged in as an administrator, you will see two additional menu items, Admin and Host.

To create your first project, select Admin -> Projects then Create New Project. You are then presented with the create new project wizard that guides you through the various steps necessary to create a new project.

The following additional configuration options are not included in the project wizard and can be accessed through the edit project function after the project has been created:
  • Custom Fields
  • Security Roles
  • Mailboxes
  • Notifications
  • Subversion
  • Defaults

Project Details

This step allows you to give your project a name, description and set basic project properties of the project.

Project Name - The name of your project
Project Description - A description of your project that is shown to users on the home page
Project Code - A unique identifier for the project that prefixes all issues. i.e. BGN-1234
Project Manager - The BugNET user who manages this project, for information use only and displays on the home page for each project.
Allow Issue Voting - Allow users to vote on their favourite issues
Security Type
Public - All users can see this project
Private - Only project members can see this project
Allow Issue Attachments - All users to attach files to issues.
Storage Type - Store attachments in the database or file system. This cannot be changed after project creation.

Categories

When you create issues, you can assign the issue a category or component. These are added in a tree like structure where you can have a parent category and multiple sub categories.

Status

When you create an issue, you assign the issue a status such as In Progress or Completed. You can also associate an image with each status to help you identify them in the issue list or project summary pages.

Is Closed State is used to identify issues that are complete and should show in the Change Log. You can have multiple status values representing closed issues. When setting a status to Is Closed State issues that have this status are displayed on the change log and road map views accordingly.

Priorities

Priorities represent the important of an issue, such as High, Medium Low.

Milestones

Milestones represent a grouping of issues by release, version or "milestone".
Due Date - Represents the date in which this release is due and is shown on the Roadmap
Release Date - The date in which this milestone was released.
Completed - When a release is complete, it will no longer appear in the Roadmap.
Notes - These will display on the roadmap and change log pages under the name of the milestone.

Issue Types

Issue types identify the type of issue such as a Bug, New Feature or Task.

Resolutions

Resolutions identify how the issue was resolved or fixed.

Project Members

Add users that are members of a project on this step and assign them a specific role. If you have set your project to private then only the people added as members will be able to see your project.

Custom Fields

There may be necessary information that does not fall into the preset values of BugNET, in this case you can add custom fields of a certain data type capture additional information about an issue.

Field Name - Name that displays on the issue screen.
Field Type - The data type that you wish to display
Data Type - The data type to be validated
Required - If required then data entry is mandatory when creating and editing issues

Security Roles

Several security roles are added by default and can be modified as necessary.
  • If you would like to auto assign users to a particular role when they register, edit the role and check "Auto Assign" then save the role.

Notifications

Notifications allow you add users to receive project wide notifications for when issues are added or changed.

Subversion

The subversion screen allows you configure the repository url and create repository tags or create a new repository for the project.

Subversion Url - The url of your project SVN or source code repository , this is used to add an additional menu item that will allow you to view your code from BugNET (uses an iFrame)

Creating a Tag

To create a tag in your SVN repository enter the name and the comment then select create tag. The output of the SVN commands will be shown in the readonly Subversion Commands Output box to verify that your tag has been created successfully.

Create a new Repository

To create a new subversion repository for this project, enter the name of your SVN repository and click Create Repository.

Mailboxes

The mailboxes screen allows you to add mailboxes that the POP3 mailbox reader will access to create issues that have been submitted via email.

Email Address - The email address in which users or customers would send issues to
Assign To - The user in which new issues are to be assigned
Issue Type - The issue type that you would like to assign to new issues.

Defaults

The defaults screen allows you to set which fields are visible on the add issue screen and their default values.

Visible - toggles the display of this field on the new issue screen.

Reviewed: BugNET 1.5.265 (八月 22, 2014)

$
0
0
Rated 5 Stars (out of 5) - Hello, may I know if you are interested to find Sponsor for your product? And we want to be your sponsor. Please mail me cxienancy@gmail.com for detailed information. Thank you very much.

Created Unassigned: Default values for issues [261]

$
0
0
I noticed in the notes it said the "default values for issues" feature was added back in 1.4 but I can't find how you actually set them in the documentation. Where is the feature? =)

On a side note the site makes it appear as though BugNET 1.6 is out but none of the links work and the downloads page just has 1.5 on it. Am I missing something?

Edited Unassigned: Invalid/Delete [261]

$
0
0
...and I just realized I posted this in issues and not discussions.

Please close as invalid.

Thanks!

New Post: Default Values for Issues

$
0
0
I noticed in the notes it said the "default values for issues" feature was added back in 1.4 but I can't find how you actually set them in the documentation. Where is the feature? =)

On a side note the site makes it appear as though BugNET 1.6 is out but none of the links work and the downloads page just has 1.5 on it. Am I missing something?

Source code checked in, #19c8372d4c6c

$
0
0
fixed issue with removed view project calendar permission fixed divide by zero error on project summary fixed layout issue with navigation buttons on new project wizard
Viewing all 2179 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>