The Recently Updated Content macro displays a list of the most recently changed content within Confluence.
On this page:
What you need to type |
What you will get |
|---|---|
{recently-updated} |
|
No |
Parameter |
Default |
Description |
|---|---|---|---|
1 |
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. |
2 |
width |
99% |
Specify the width of the macro display. |
3 |
labels |
none |
Filter content by label. The macro will display only the pages etc which are tagged with the label(s) you specify here. |
4 |
types |
all types |
Filter content by type. |
5 |
showProfilePic |
false |
Specify |
The code below will show all the pages from all the spaces that have been recently updated.
{recently-updated:spaces=*|width=50%}
|
{recently-updated:spaces=SpaceKey1,SpaceKey2|width=50%}
|
{recently-updated:width=50% }
|
{recently-updated:spaces=sales,marketing|labels=timesheets,summaries}
|
The code below will display the profile picture of the user who most recently updated the content.
{recently-updated:showProfilePic=true}
|
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.
This is the only way to ensure that the text of the comments is displayed, using this macro.
{recently-updated:types=comment|showProfilePic=true}
|
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. |
Viewing Recently Updated Content
Working with Macros
Take me back to Confluence User Guide