Overview
The CQL Filter parameter of the Document States Report macro now accepts Confluence CQL format functions, keywords, and can include OR and comparison operators (from v.6.16.7+).
prior to v6.16.7 CQL filter in report macros must be in the form FieldName:Value
The only workflow CQL searchable fields are those listed in Comala Document Management CQL Rest API page together with the Atlassian Confluence CQL fields.
Using CQL filters in the document-states-report macro
Simply add the CQL format filter (see - Confluence CQL keywords) to the CQL filter dialogue box in the document-states-report
macro editor
For example, the following pages all have the label hr in a space.
But our added CQL filter will cause the report to display only the page(s) that have both the label hr and were created by the user matilde.
You can use functions in the CQL, for example, the following includes an OR function.
This will display content that has either
- the label hr
OR
- has been created by the user matilde
Filters are additive, if there are any logical clashes then no results will be returned
The CQL field awphasworkflow=true
is always applied so content without a workflow will not be included in the report.
Other compatible CQL filters include
- contributor=username
- creator=username
- label=labelname
- title=pagetitle
Currently, date based CQL filters are not compatible with the document-state-report
macro.
Beware that errors may occur when the added CQL filter and the macro option filter overlap. Some complex expressions for Confluence CQL field references are not supported, for example, multiple values for a field name.
CQL filter examples
Related links
Comala Document Management documentation
Atlassian documentation
- Confluence Search Syntax
- Advanced Searching Using CQL
- CQL Field Reference
- CQL Function Reference
- CQL Keywords Reference
- CQL Operators Reference
- Performing Text Searches with CQL