无法将 YouTrack 与 TeamCity 问题日志集成
Can not integrate YouTrack with TeamCity issue log
我在 AWS 上有一个 TeamCity 服务器,在 JetBrains 云上有一个免费版本的 YouTrack。我尝试将 TeamCity 问题日志与 YouTrack 集成。我创建了一个具有管理员权限的用户并为他创建了一个 perm 令牌。
但是当我尝试整合到 Team City 时,我收到一个错误:
Error: Error on line 1: The markup in the document preceding the root element must be well-formed.
Screenshoot here:
https://drive.google.com/file/d/1nVEOYeVnvBVUYiZ1xD85YPtRsw2BYYc2/view?usp=sharing
我做错了什么?
对于 YouTrack InCloud,正确的服务器 URL 包含 /youtrack
后缀,与浏览器地址栏中显示的完全一样。
所以 https://afj-solution.myjetbrains.com
应该是 https://afj-solution.myjetbrains.com/youtrack
。
我在 AWS 上有一个 TeamCity 服务器,在 JetBrains 云上有一个免费版本的 YouTrack。我尝试将 TeamCity 问题日志与 YouTrack 集成。我创建了一个具有管理员权限的用户并为他创建了一个 perm 令牌。
但是当我尝试整合到 Team City 时,我收到一个错误:
Error: Error on line 1: The markup in the document preceding the root element must be well-formed.
Screenshoot here: https://drive.google.com/file/d/1nVEOYeVnvBVUYiZ1xD85YPtRsw2BYYc2/view?usp=sharing
我做错了什么?
对于 YouTrack InCloud,正确的服务器 URL 包含 /youtrack
后缀,与浏览器地址栏中显示的完全一样。
所以 https://afj-solution.myjetbrains.com
应该是 https://afj-solution.myjetbrains.com/youtrack
。