Linked comments in Pull request is not rendering correctly in Bitbucket Datacenter
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
When adding a link in a Pull Request comment, please ensure to include the 'http://' or 'https://' protocol at the beginning of the URL. If this is omitted, the link will redirect to the open Pull Request itself, rather than the intended destination.

環境
7.x,8.x
原因
The absence of the "http://" or "https://" protocol before the actual URL.
ソリューション
Although the link appears correctly formatted, the lack of "https://" causes the browser to interpret it as a relative URL. To resolve this issue, ensure that "https://" is added to the beginning of the URL. Doing so will ensure the link directs to the intended webpage rather than the Pull Request details.
この内容はお役に立ちましたか?