-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Space - Create
-
1
-
Severity 3 - Minor
Issue Summary
When trying to set a Space as Homepage for a Confluence Cloud site, it is not possible to find Collaboration spaces in the dropdown menu. This issue was introduced after the new space creation flow was implemented. Please refer to the community post here:
Steps to Reproduce
- Create a Space using the Collaboration or Knowledge Base flows
- Navigate to Confluence Global Settings > General Configuration
- Under Change the Homepage try searching for the Space
Expected Results
The space would be found and could be selected as the Homepage.
Actual Results
Spaces with the type Collaboration or Knowledge Base do not appear on the dropdown menu and can't be selected.
When checking the cgraphql API Call via the Developer Tools, under Payload, it is possible to see that the following CQL query is used when searching for spaces in the dropdown menu:
cql: "type = \"space\" AND space.type = global AND (space.key = \"<spacekey>\" OR space.title ~ \"<spacekey>*\" OR space.title ~ \"<spacekey>\")"
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available