IssueUrlBuilder

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.

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

The following types are available: