This page last changed on Dec 15, 2009 by csut017.

This addition to the sourcecontrol provider allows easy linking with an issue tracking system like Jira, Gemini, Bugzilla, ...
The issueUrlBuilder will try to convert the comment (or parts from it) into an url pointing to the issue for this build.
These are the items that will have the comment transformed into an url linking to the issue :

  • Rss publisher
  • Modification history page
  • Project Build  Report

 Configuration :

This must be placed inside the sourcecontrol block. 

<issueUrlBuilder type="defaultIssueTracker">
   <url>http://jira.public.thoughtworks.org/browse/CCNET-{0}</url>
</issueUrlBuilder>

The following types are available:

Document generated by Confluence on Jan 23, 2011 08:52