Is it possible to build a dashboard reporting on Confluence pages outlining:
Pages Created in the last 30 days
Pages updated in the last 30 days
Work in progress pages (using a keyword)
Include the page analytics
Have you tried any of these Confluence macros: Recently updated dashboard macro, content by label macro, or the content report macro? If that's not enough, we provide a commercial app called Dashboard Hub for Confluence that allows you to create a dashboard like the one you mention:
Using the CQL search gadget, you can create your report:
* Pages Created in the last 30 days with this CQL: space = TIS and type = page AND created >= now("-1M") ORDER BY Created DESC
* Pages updated in the last 30 days with this CQL: space= TIS and type = page and lastModified >= now("-1M") ORDER BY lastModified DESC
* Work in progress pages with this CQL: label = space_mission
You can see it in action in this link (you can share externally your dashboards) in the second slide. In the first slide you'll find gadgets from Jira and Jira Service Management.
Hope this helps!
Hi Joey,
You might be interested in our app Usage Statistics for Confluence which was released just today! It is free and comes with a nice Space Summary that let's you see some reports on your Confluence pages. This feature is not available yet, but we plan to make every single "card" / "metric" available as a standalone Confluence macro very soon too. You can get it here: https://marketplace.atlassian.com/apps/1224662/usage-statistics-for-confluence
Let me know if you have any questions about it. :)
Cheers,
Sven
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Joey Moroney,
Welcome to the Atlassian community.
Can you check if below thread help with your query :
https://community.atlassian.com/t5/Confluence-questions/Simple-Page-Report/qaq-p/1521546
-Sri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.