You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Is there a way to add additional columns to the "Documents" macro instead of just File and Modified. Would love to add a categorization or comments column.
Hi @Garret Moreno ,
Try the Table Filter and Charts for Confluence app.
Wrap your Attachments macro and an additional table with the required columns in the Table Transformer macro:
Then use the following SQL query and look up the two tables by the "File" column:
SELECT T1.'File', T1.'Modified', T2.'Status', T2.'Comments'
FROM T1 OUTER JOIN T* ON T1.'File' = T*.'File'
Hi Community! We're thrilled to share that Team Calendars for Confluence is now a built-in feature for Confluence Data Center releases 7.11 and beyond. A long time favorite, Team Cale...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.