TeamCity 2019.1 Help

JIRA

Authentication

When configuring a connection to Jira, use the following authentication parameters:

  • for self-managed Jira (Server or Data Center): username (specified in the Jira user profile) and password

  • for Jira Cloud: user email and API token

Converting Strings into Links to Issues

When enabling issue tracker integration in addition to general settings, you need to specify which strings should be recognized as references to issues in your tracker.
For JIRA, you need to provide a space-separated list of Project keys. You can also load all project keys automatically: check the corresponding box and test the connection to your JIRA server. If the connection is successful, the Project keys field will be automatically populated. Newly created projects in JIRA will be detected by TeamCity and the project keys list will be automatically synchronized.

For example, if a project key is WEB, an issue key like WEB-101 mentioned in a VCS comment will be resolved to a link to the corresponding issue.


See also:

Concepts: Supported Issue Trackers
Administrator's Guide: Integrating TeamCity with Issue Tracker