We want to try using CQL according to this article:
https://developer.atlassian.com/display/CONFDEV/Advanced+Searching+using+CQL
It should be available in Confluence version 5.5.6, but we are not success using 5.5.6 or latest version. Is there some settings to enable this option?
We tried to get all blogposts from ATOM space and sorted by date of creation:
https://our-confluence.com/rest/experimental/content?expand=metadata.labels&cql=space%3ATOM%20and%20type%3Dblogpost%20order%20by%20created%20desc
Another thing, we are wanted to get all blogposts with some label for example proton using this query.
https://our-confluence.com/rest/experimental/content?expand=metadata.labels&cql=space%3ATOM%20and%20type%3Dblogpostand%20label%3Dproton%20order%20by%20created%20desc
Are these queries correctly typed?
When we tried this, we received response with no page found.
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.