Enter aCQL query, which is similar to a JQL query in Jira. A programming background is not needed to perform one. A CQL query always returns content. The types of content returned by a CQL query are:
Pages
Blog posts
Comments
Attachments
The example CQL query below returns all pages in a particular space which were created by a particular user:
space = KEY AND type = page AND creator = username
More examples are given on theExpand Examplespart of each script that uses CQL. To learn more about CQL and how to use it effectively, see thedocumentation.