It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
i am looking for a dynamic table plugin in confluence. I need a table to get some informations about childpages on a page which gets its informations dynamically. for example author, last activity and a short text from the child page. I don't have any idea how to do this. Is there a metadata plugin or somethink like that?
Thanks for the help!
You want the reporting plug-in, probably in combination with the scaffolding plug-in. It can get metadata and the other items you listed.
{table-plus}
{report-table}
{content-reporter:spaces=@self|types=+page|scope=@self > children}
{text-sort:content:title}
{content-reporter}
{report-column:title=Title}{report-info:page:title|link=true}{report-column}
{report-column:title=Person Last Changing}{report-info:page:modifier}{report-column}
{report-column:title=Last Changed Date}{report-info:page:modification date}{report-column}
{report-column:title=Little Bit Of Text}{report-info:data:Text}{report-column}
{report-column:title=Actions}{report-link:content:url|postfix=?\&redirect\=false}View{report-link} {link-to:page edit}Edit{link-to}{report-column}
{report-table}
{table-plus}
*Text:* {text-data:Text}{text-data}
If you wish to have all descendants of a page, instead of just first generation children, change from "children" in the content-reporter to "descendents". You could also use {excerpt} on the child pages instead of the scaffolding.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.