JIRA Issues Macro: $exceptionMessage displays on page in Confluence

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 は除く

問題

JIRA issues macro is showing error '$exceptionMessage' for some users.

原因

After moving Confluence from Atlassian Cloud to a Atlassian Server environment, there is a corruption to the OAuth tokens being used in the database.

ソリューション

データベースの変更を行う場合は必ず事前にバックアップを取得してください。可能な場合は、まずステージング サーバーで SQL コマンドの変更、挿入、更新、または削除を行うようにします。

  1. Backup the Confluence database.
  2. Delete the existing application link.
  3. Confluence を終了します。
  4. Run the following query on the Confluence database:

    DELETE FROM BANDANA WHERE BANDANAKEY LIKE '%oauth%';
  5. Confluence を起動します。
  6. Recreate the application link.
  7. Verify that the application link is working properly for users.

最終更新日: 2016 年 2 月 26 日

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

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