I am trying to report to the managers how many knowledge base articles we have. One of our goals for 2018 is to increase our KB repository, so I just wanted to measure how many we have right now, so we can compare it.
Hi Andrea,
You can use a DB query in order to find how many pages you have in Confluence:
select count(*) from content where contenttype = 'PAGE' and content_status = 'current'
You can also use plugins: https://marketplace.atlassian.com/plugins/com.addonengine.analytics/server/overview
Hi Guilherme,
Can you please walk me through the process? I tried it and it didn't work for me.
thank you,
Andrea Aznar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what kind of issues you had with the query? Were you able to access the database? depending the database(mysql,oracle..), the query needs to be uppercased
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So I went to the Confluence page, and then where do I perform the search?
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.
What's your confluence's address? If you are using Confluence Cloud, then you'd not have access to the DB. If you are using the standalone version, then the Confluence admin would be able to access the database.
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.
Hello, Andrea!
Since the information you're requesting is confidential to your company, we've proceeded to open a support ticket on your behalf to assist you in this matter: JST-370093. In case you have any questions, please feel free to contact us as well!
Best Regards!
Renata Bueno | Atlassian Support
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.