Querying content properties in the REST API Confluence Cloud

Hello,

Is it possible to query content properties with CQL in Confluence Cloud ?

The Server REST API (https://developer.atlassian.com/server/confluence/content-properties-in-the-rest-api/) has this feature. Is it possible to have this to the Cloud REST API, as well ?

It would be great if you could do something like

content.property[metadata].content.tags IN (“cql”, “help”)

Thanks in advance,

From Confluence Cloud Content Property article:

Content Properties are stored as JSON objects, and allow you to track extra information that your add-on needs, without the use of a backing data-store. Values from these JSON objects can be extracted, indexed and made available to CQL queries.

You have to define Content Property Index Extraction.

1 Like