Text Filter
Description
This filter will ensure that the specified prefix:key value matches the required text value. It allows filtering based on the number of characters or on a regular expression.
This macro must be used within a reporter macro.
Parameters
Name | Required | Migratable to Cloud? | Default Value | Description |
---|---|---|---|---|
[default] /key |
|
| The key value to filter on. | |
minLength |
|
| If specified, value must have at least this many characters. | |
maxLength |
|
| If specified, the value must have at most this many characters. | |
include |
|
| If specified, this is a regular expression specifying the pattern required to be included. For more information, view the knowledge base article on regular expression requirements. | |
exclude |
|
| If specified, this is a regular expression specifying the pattern required to be included. For more information, view the knowledge base article on regular expression requirements. | |
value |
|
| (Since 3.4.0) The exact text value that must be matched. | |
required |
|
| false | If set to true, the key value must have a value with more than one non-whitespace character. |
contains |
|
| If specified, this is the value it may contain. |
Editor View
Macro Edit View
Not applicable.
Notes
Not applicable.
Tutorial Examples
- Add a dropdown filter to the Space Inline Comment Report
- Searching Confluence Pages for a Specific Macro
- Split report results that have special characters
- Searching for URLs that contain a specific string
- Multiple Ways to Use Expanding Reporter
- Listing pages that were modified by current user
- Listing Pages created from Global Templates
- Listing open and resolved comments from each page in a space
- Listing All the Titles of Children Pages
- Generating a List of Redirecting Pages
- Filter page results based on user
- Create a report to monitor project status