Integrating QuickBuild with Redmine

You are viewing an old version (v. 4) of this page.
The latest version is v. 5, last edited on Sep 28, 2011 (view differences | )
<< View previous version | view page history | view next version >>

The integration features:

  • Hyperlink the issue ids mentioned in commit message
  • Generate an issues report from commit messages

Configure Redmine

To enable the integration, you need configure Redmine setting first. Go to configuration settings->Issue Tracker->Redmine server, and then below screen will be displayed:

Below lists the descriptions of these properties:

Property Description
Server URL The URL of Bugzilla server. http:// or https:// is needed here.
User Name The user name which will be used to retrieve the issues information from Bugzilla server.
Password The password for the user.
Issue Pattern Uses Java regular expression to match the issue ids from commit messages. By default, below pattern will match #123 or bug:123.
    (?<!\:)(?:#|bug:)\d+
  
Associated Project The key of the related project.

After you configured, all issues mentioned in commit messages will by hyperlinked:

and an issues report will be shown in Issues tab:

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.