No Macro Metadata error when trying to insert JIRA Issue Macro

お困りですか?

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

コミュニティに質問

問題

  • No Macro Metadata error when trying to insert a new JIRA macro in a page:
  • Confluence workbox notification    dissappeared from the header menu

  • The JIRA Issue macro sidebar is missing when you try to insert the JIRA Issue macro in the page:

診断

  1. Check if the Workbox plugins are disabled, if yes, go to Resolution 1.
    1. ワークボックス - 共通プラグイン
    2. Workbox - Confluence Provider Plugin
    3. Workbox - Host Plugin

  2. Check if the In-app Notifications is disabled, if yes, go to Resolution 2.

  3. Ensure that there are no scripts in Confluence Admin >> Custom HTML. If there is please remove all code to eliminate the possibility of customization. If it is only occurring in specific Spaces, please try to check if there is any customization in those locations as well.

原因

The cause of the issue is, the Workbox plugins or the In-app Notifications were disabled and that somehow was interfering with the JIRA Macros plugin. This issue is currently tracked in  CONF-32861 - Getting issue details... STATUS

 

 

ソリューション 1

If the Workbox plugins are disabled, please enable the plugins following the sequence below

  1. Enable the Notifications and Tasks - Common Plugin
  2. Enable the Notifications and Tasks - Host Plugin
  3. Enable the Notifications and Tasks - Confluence Provider Plugin

ソリューション 2

Enable the In-app Notifications in Admin > In-app Notifications.

ソリューション 3

Only try this resolution if the other two resolutions above does not solve the issue.

Please backup your database dump before performing the step below.

 

  1. Confluence を終了します。
  2. Run the query to verify, if it return you a result, please proceed on step 3

    SELECT * FROM BANDANA WHERE BANDANAKEY ='com.atlassian.mywork.target';
  3. Run the query below to delete the entry:

    DELETE FROM BANDANA WHERE BANDANAKEY ='com.atlassian.mywork.target';
  4. Clear Plugin Cache.
  5. Confluence を再起動します。

 

最終更新日 2018 年 11 月 2 日

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

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