タスク レポート マクロを使用してページ上にタスクの一覧を表示することができます。スペース、ページ、ユーザー、ラベル、作成日などでタスクをフィルタリングできます。

See Working with Tasks for more information on creating and assigning tasks. You can also use the Task Report blueprint, which will create a page and add this macro for you.

タスク レポート マクロの使用

ページにコンテンツ レポート テーブル マクロを追加するには:

  1. In the Confluence editor, choose Insert > Other Macros.
  2. Find and select the required macro.

オートコンプリートでマクロを素早く入力する方法

Type { and the beginning of the macro name, to see a list of suggested macros. Details are in Using Autocomplete.

既存のマクロを編集する方法: マクロのプレースホルダをクリックして、[編集] を選択します。マクロのパラメータが編集可能な場合、マクロのダイアログ ウィンドウが開きます。

On this page:

関連ページ

「ミーティング議事録」でラベル付けされているページの未完了のタスクを表示するタスク レポート マクロ


パラメーター

Parameters are options that you can set to control the content or format of the macro output. Where the parameter name used in Confluence storage format or wikimarkup is different to the label used in the macro browser, it will be listed below in brackets (example).

パラメーター

必須

既定

説明

スペースとページ
(spaceAndPage
いいえなしタスクの場所でフィルタリングします。マクロは、指定されたページまたはスペースのタスクのみを表示します。スペースとページの組み合わせを入力することができます。
ラベル
(labels
いいえなし

ラベルでフィルタリングします。マクロは、このラベルが付いたページのタスクのみを表示します。カンマ区切りで複数のラベルを入力することができます。

担当者
(assignee
いいえなし担当者でフィルタリングします。マクロは、指定したユーザーに割り当てられたタスクのみを表示します。  
作成者
(creator)
いいえなし作成者でフィルタリングします。マクロは指定したユーザーが作成したタスクのみを表示します。
作成日 (この日付以降)
(createddateFrom
いいえなし作成日でフィルタリングします。指定した日付以降に作成されたタスクのみを表示します。日付は dd-mm-yyyy 形式で入力する必要があります。
タスク ステータス
(status
いいえなしShow complete, incomplete or all tasks.

表示するタスク数
(pageSize

いいえ20表内の結果の各ページに表示するタスク数です。10、20、40から選択します。
表示列
(columns
いいえ説明、期限、担当者、場所表内に含む列です。以下を含む列が利用可能です:説明、期限、担当者、場所、完了日、ラベル

コー​​ドの例

次の例は、Confluence ページの基本的なマークアップを調べたり、編集したりする上級ユーザー向けに提供されています。 

マクロ名: tasks-report-macro

マクロ本文: なし。

保存形式の例

Note: The spaceAndPage multi-picker parameter populates the spaces and pages parameters. 

        <ac:structured-macro ac:name="tasks-report-macro">
          <ac:parameter ac:name="spaces">BSP</ac:parameter>
          <ac:parameter ac:name="status">complete</ac:parameter>
          <ac:parameter ac:name="assignees">
            <ri:user ri:userkey="2c9682654373c47f014373caa68a0003"/>
          </ac:parameter>
          <ac:parameter ac:name="spaceAndPage">space:BSP,page:2555905</ac:parameter>
          <ac:parameter ac:name="pages">2555905</ac:parameter>
          <ac:parameter ac:name="labels">meeting-notes</ac:parameter>
          <ac:parameter ac:name="pageSize">10</ac:parameter>
        </ac:structured-macro>

Wiki マークアップ

このマクロでは Wiki マークアップは使用できません。Wiki マークアップを使用して、このマクロを追加することはできません。

  • ラベルなし