Add pairs of patterns and URLs; patterns matched in change log text (commit comments) are turned into links to the paired URL, replacing $1, $2, etc with matched groups. Note: backslashes in patterns do not need to be doubled, as they are in Java code.
Example:
Pattern = \bHUDSON-(\d+), URL = http://hudson-ci.org/issue/$1
The tokens NUM and ANYWORD may be used in place of (\d+) and ([\w.-]+), respectively. Example: HUDSON-NUM