Linked comments in Pull request is not rendering correctly in Bitbucket Datacenter
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*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.