Hi,
If i have this kind of space structure :
myspace
- page1
- page 1.1
- page 1.2
- page2
and want to see only recently updates in pages along with space name.
As below:-
Recently Updated:-
page1 spacename1 author dateandtime
page4 spacename2 author dateandtime
Please help me in getting this. I need it do this very urgent. Is there any other macro or plug-in to achieve this?
Regards,
Ranga
Community moderators have prevented the ability to post new answers.
Hi Ranga,
You could use the reporting plugin: https://plugins.atlassian.com/plugin/details/186
When you installed the plugin, paste the following code into a Confluence page:
h4. Recently Updated:
{report-table:maxResults=10}
{content-reporter:space=@all|types=page}
{date-sort:content:modification date|order=descending}
{content-reporter}
{report-column:title=Page}{report-info:content:title|link=true}{report-column}
{report-column:title=Space}{report-info:content:space|link=true}{report-column}
{report-column:title=modyfied by}{report-info:content:modifier > full name|link=true}{report-column}
{report-column:title=modification date}{report-info:content:modification date|format=dd.MM.yyyy HH:mm}{report-column}
{report-empty}(i) There are no recent updates yet.{report-empty}
{report-table}
I hope this was what you where looking for.
Regards,
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.