..from their Confluence (On demand) instance without asking Atlassian to run a query?
Atlassian did it for me once, but won't do it again and I just don't have the dev resources to do it.
Thanks!
Confluence automatically adds the labels "kb-how-to-article" to How-To pages, and "kb-troubleshooting-article" to troubleshooting pages, so if you search for:
labelText:kb-
you should be able to get a list of all KB articles. You can filter them by space using the options on the left side of the search page.
Sorry, I should have been more clear. We are on the cloud version and I would need the capability to separate them out by creation dates. (preferably by the month in which they were created. My query using the "Content by label" macro does not show creation dates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't use the Content by label macro. Use the wiki search. Search for "labelText:kb-".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And if you need to search by creation date you can add in the created field in your search string such as.. "labelText:kb- AND created:[20140801 TO 20140831]" The date should be in yyyymmdd format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Davin, you beat me to it :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
nice.. Now if only I could export the results... Thanks very much. I'm close but not all the way there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you need to export them?
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.
You could use the search results macro on a page with the search terms specified in the macro properties and then export the page to Word and then massage the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
either that or it wouldn't be so hard to use python to get the search results via REST API and output to CSV, but do you really need the results in Excel?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, the search results macro will work. Thanks for all the ideas.
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.