Customer Satisfaction rating page is empty/blank when opening it from the Request Resolved notification

お困りですか?

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

コミュニティに質問

この記事は Jira Service Management Server を対象としています。

症状

When clicking on the customer satisfaction link from the customer notification to provide the 5 stars rating to the support ticket, a blank/empty page is loaded:

予想される結果

The page should load and should show the 5 star rating along with a test box to add a comment:

診断

  • When checking the console log from the browser development tool (for example from Chrome), the following error is thrown:

    batch.js?locale=en-US:269 Uncaught TypeError: Cannot read property 'key' of undefined
        at f (batch.js?locale=en-US:269)
        at p (batch.js?locale=en-US:269)
        at HTMLDocument.<anonymous> (batch.js?locale=en-US:269)
        at c (batch.js?locale=en-US:41)
        at Object.fireWith [as resolveWith] (batch.js?locale=en-US:41)
        at Function.ready (batch.js?locale=en-US:41)
        at HTMLDocument.H (batch.js?locale=en-US:41)
  • The issue goes away after entering plugin safemode

原因

Some 3rd party add-ons can potentially break the display of the Customer Satisfaction page. So far, only the add-on Table Grid Next Generation has been identified as a potential one causing the problem, but other add-ons might also cause this issue.

回避策

Identify which 3rd party add-on is causing the issue. To identify it:

  • First, enable plugin safe mode and confirm that the issue goes away
  • If the issue goes away, re-enable each 3rd party add-on 1 by 1 until the issue appears again. If the issue appears again, then you'll know that the add-on re-enabled last is causing the issue

Once you identified the problematic add-on, reach out to the add-on support team, since 3rd party add-ons fall outside of Atlassian Support Offerings scope.




最終更新日 2021 年 4 月 20 日

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

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