The Recently Updated Dashboard macro displays a list of the most recently changed content within Confluence. It is similar to the Recently Updated macro but is intended for use on the Confluence dashboard.

On this page:

Usage with the Macro Browser

To insert the recently updated dashboard macro into a page using the Macro Browser,

  1. Open your desired Confluence page or blog post, then click the 'Edit' button. The page or blog post opens in edit mode.
  2. Click the Macro Browser icon on the toolbar. The macro browser window opens in the middle of the screen in 'macro selection' mode.
  3. Scroll through the list of macros. Alternatively, start typing part of the name of your desired macro into the search box at the top right of the macro browser window. Macros with a matching name will appear in the main pane.
  4. Click on the desired macro to access its parameters and preview parameter changes ('preview mode').
  5. Set the macro parameters to your requirements. If desired, you can preview these changes by clicking 'Refresh'.
  6. Click 'Insert' to put the macro into the page.

Once you've found the recently updated dashboard macro and have added the required parameter values, click 'insert' to add it to your page.

Usage with the Wiki Markup Editor

必要な入力項目

表示結果

{recently-updated-dashboard}

This tab shows all recently updated content. Create some content to see it appear here.

    パラメーター

    Parameters are options that you can include in Confluence macros to control the content or format of the macro output. The table below lists relevant parameters for this macro.

    Parameter names are different in the macro browser and in wiki markup. Below we show the macro browser parameter names in bold text, and the equivalent wiki markup parameters in (bracketed) text. If we do not show any parameter name for the wiki markup, then you should leave out the parameter name and simply include the parameter value as the first parameter, immediately after the colon (:).

    パラメーター

    必須かどうか

    既定

    説明

    Label(s)
    (labels)

    いいえ

    なし

    Filter content by label. The macro will display only the pages etc which are tagged with the label(s) you specify here. You can specify one or more labels, separated by commas.
    (info) If there are no pages matching any of the specified labels, then Confluence will ignore the labels and will list all recently updated pages, as well as showing a message, "These labels don't exist and were ignored: xxx ". This unexpected behaviour is noted in issue CONF-10167.

    Show User Profile Pictures
    (showProfilePic)

    いいえ

    false

    コンテンツを更新したユーザーのプロファイル画像を表示するには showProfilePic=true を指定します。

    Space(s)
    (spaces)

    いいえ

    The space which contains the page on which the macro is coded

    Filter content by space. The macro will display only the pages etc which belong to the space(s) you specify here. You can specify one or more space keys, separated by commas. '*' means all spaces.

    Include these Content Types Only
    (types)

    いいえ

    すべてのタイプ

    Filter content by type. You can specify one or more types, separated by commas. Available types are: page, blogpost or news, spacedesc, attachment, comment, mail, userinfo.

    Width of Table
    (width)

    いいえ

    100%

    マウロの表示幅を、ウィンドウ幅に対するパーセント値で指定します。

    1. Include all spaces and limit the display width to 50%

    The code below will show all the pages from all the spaces that have been recently updated.

    {recently-updated-dashboard:spaces=*|width=50%}
    

    2. Specify the spaces for which you want to view recently updated content

    {recently-updated-dashboard:spaces=Name1,Name2|width=50%}
    

    3. Specify the width of the macro display

    {recently-updated-dashboard:width=50% }
    

    4. Filter content using labels

    {recently-updated-dashboard:spaces=sales,marketing|labels=timesheets,summaries}
    

    5. Display profile pictures

    The code below will display the profile picture of the user who most recently updated the content.

    {recently-updated-dashboard:showProfilePic=true}
    

    6. Display recent comments, including profile pictures and text

    The code below will display recent comments in the current space, showing the profile picture of the users who made the comments, plus the first line or two of the comment text.
    (info) This is the only way to ensure that the text of the comments is displayed, using this macro.

    {recently-updated-dashboard:types=comment|showProfilePic=true}
    

    Customising the wording

    If you would like to change the wording displayed by the 'Recently Updated' macro, please refer to the document on modifying the Confluence interface text.

    関連トピック

    Recently Updated Macro
    Viewing Recently Updated Content
    Working with Macros

    Take me back to the Confluence User's Guide.