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 コマンドの変更、挿入、更新、または削除を行うようにします。
- Backup the Confluence database.
- Delete the existing application link.
- Confluence を終了します。
Run the following query on the Confluence database:
DELETE FROM BANDANA WHERE BANDANAKEY LIKE '%oauth%';
- Confluence を起動します。
- Recreate the application link.
- Verify that the application link is working properly for users.