Advanced Roadmaps plans not showing issues when a malformed announcement banner is present in Jira

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

    

要約

Advanced Roadmaps (formerly Portfolio) renders the plan's layout but doesn't show any issues.

Agile boards and filters all show issues, but on Advanced Roadmaps Plans they don't appear. It is also not possible to Configure the plan. All tabs will show a blank screen.

No errors or warnings are logged in the atlassian-jira.log file nor in the browser's DevTools console.


環境

Likely to affect all Jira 7 and 8 versions and Advanced Roadmaps 3.x versions.


診断

Advanced Roadmaps Plans fail to render the issues when a custom message is set in the Announcement Banner:


原因

Announcement Banner allows for HTML, CSS and Javascript tags, which, when malformed, can compromise Jira's user interface in unpredictable ways.

This Portfolio behavior is caused by malformed closing tags like "</div" instead of "</div>" on the Announcement Banner field:

<div>This is a custom Announcement Banner message!</div


ソリューション

Either strip out the Announcement Banner or check its content for malformed syntax and especially broken closing tags like </div>.

Check our documentation on Configuring an announcement banner for instructions on how to edit it.

We're also tracking interest in a HTML validator on the Announcement Banner through this issue:

JSWSERVER-20981 - Getting issue details... STATUS


最終更新日 2022 年 5 月 4 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.