TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Mapping External Links in Comments

Last modified: 20 April 2023

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:

  1. Navigate to the file TeamCity data directory /config/main-config.xml

  2. Locate section < comment-transformation >, or create one under the <server> tag, if it doesn't exist (you may refer to the main-config.dtd file for the XML structure definition)

  3. Specify the search and replace patterns. For example, you can use the following pattern for enabling JIRA integration:

NOTE Search & replace patterns have java.util.regex.Pattern syntax.