I want to do the following using the CQL of the confluence API.
Search for pages with a specific keyword title and a specific label name under the parent page
Is the above possible with CQL?
Hi @青山 明
Yes, you can search the content by API
And here is the CQL reference for label
https://developer.atlassian.com/server/confluence/cql-field-reference/#label
https://developer.atlassian.com/server/confluence/cql-field-reference/#parent
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.