Certain tasks do not show up in the Task Report Macro

お困りですか?

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

コミュニティに質問

問題

Some tasks do not appear in a Task Report Macro:

The status (complete or incomplete) of the task and its location may vary from task to task. New Tasks are unaffected.

診断

One or more of the following things has happened:

  1. At some point, you may have had problems with duplicate tasks; and used the workaround to remove those duplicate tasks.
  2. You may have imported content with tasks from an XML Export. For example, a site backup or space export.

原因

The task entries are not correctly inserted into the database; or the entries may be malformed in some fashion.

回避策

In Confluence 5.5, tasks were migrated to a new table. This migration process must be re-run again:

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

  • Confluence をシャットダウンします。
  • Perform a full backup of your database
  • Run the following SQL queries against your database:

    delete from "AO_BAF3AA_AOINLINE_TASK";
    delete from bandana where bandanakey = 'com.atlassian.confluence.plugins.confluence-inline-tasks:build';
  • Confluence を再起動します。
  • Verify that all of the tasks are showing up in the report macro as expected
    (info) Confluence may take longer to start up if you have a lot of pages in your instance. This is because it's performing the inline task migration - it can take a while on some larger installs
  • If you're still running into problems, please contact Atlassian Support.

This issue is being tracked as CONF-34751 - Getting issue details... STATUS .

最終更新日 2018 年 11 月 2 日

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

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