|
TeamCity allows to map the issues in comments of the users' commits in the version control system using the search and replace pattern. To configure mapping:
<server> ... <comment-transformation> <transformation-pattern search="(>|\(|\s|^)([A-Z]+-\d+)(\b|$)" replace="$1<a target="_blank" title="Click to open this issue a new window" href=" http://www.jetbrains.net/jira/browse/$2">$2</a>$3" description="JetBrains Jira issue link" /> </comment-transformation> ... </server>
|