-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Permissions - Space (Backend/API)
-
None
-
Minor
Issue Summary
CQL is not returning results with spaces that have only User Access Class Permissions and if the user grant the confluence default user group or myself permissions for the space, suddenly results start popping up again.
Steps to Reproduce
#Create a Space using a Forge App User.
#See in Permissions that only Access Classes have access but not the default confluence user group.
#Create a test blogpost in the space
#Use a different user to execute a CQL statement using this endpoint searching blogposts in the created space and see that no results are returned.
#Grant the default access group permissions to view space.
#Execute another CQL Query and see results are now returned.
Expected Results
CQL should give the results
Actual Results
Empty Response on the CQL
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available