Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to display recently updates pages along with space name, author and Date time?

Ranganatha K
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 23, 2011

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

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Thomas Wendel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2011

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

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
June 23, 2011
A screenshot of what you want could help my understanding here. Thanks.
TAGS
AUG Leaders

Atlassian Community Events