-
Suggestion
-
Resolution: Unresolved
-
None
-
4
-
Issue Summary
When using Advanced Search with CQL in Confluence Cloud, queries for exact page titles do not return expected results, affecting automation and add-on functionalities.
This issue affects automation rules in Jira and Confluence where actions depend on CQL to find specific parent pages. Despite using the exact page title "Releases", the automation fails due to incorrect search results. Additionally, any add-ons relying on CQL for similar searches might also face disruptions.
Steps to Reproduce
- Create pages with titles "Releases", "Release 1", "Release 2", "Release 3" and so on in a space.
- Perform a CQL search using the following query:
/wiki/rest/api/content/search?cql=title%20~%20%22Releases%22%20and%20space%20=%20<SpaceKeyHere>
- Observe the search results returned by the API.
Expected Results
The search should return the page with the exact title "Releases" and any other pages containing the word "Releases" in their title.
Actual Results
The search returns pages with titles containing the word "Release" but does not include the page with the exact title "Releases".
Workaround
To temporarily resolve the issue for automation:
- Rename the page titled "Releases" to a unique title.
- Set up the automation rule using this new unique title.
- Once the rule is configured and saved, rename the page back to "Releases".
- is related to
-
AI-977 Performing Advanced Searches with double quotes in Confluence Cloud doesn't match exact results
-
- Long Term Backlog
-
- relates to
-
CONFCLOUD-71411 Confluence search API is not providing excerpt highlight in page body or title when performing an exact phrase search containing multiple words.
-
- Long Term Backlog
-