TeamCity Cloud
 
2024.12
Get TeamCity Cloud

Integrating TeamCity with GitHub Issues

Edit pageLast modified: 13 November 2024

GitHub issues allow your development team to prioritize the current problems, break them down into actionable tasks, and track their statuses.

If a commit message includes a reference to an existing issue, TeamCity shows a link to this issue on the build history and Build Results pages.

Link to GitHub issue in TeamCity UI

This integration also works for projects with configured Pull Requests feature: if a pull request mentions an existing issue, TeamCity displays corresponding data in its UI.

Note that with this integration in place, any string that matches the GitHub issue ID pattern (for example, #054) is treated as a reference to the corresponding GitHub issue and converted to a clickable link. For example, you may reference issues when writing a reason for manually switching the build status to "Successful" or "Failed".

Link to GitHub issue

If your GitHub repository has no issue with this ID, the Issue not found hint is shown.