-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Space - Overview
-
None
-
2
-
Severity 3 - Minor
-
3
Issue Summary
After a Confluence Cloud migration, certain spaces are not visible in the "All Spaces" directory, even though they can be accessed via direct URL or found through the search field. This behavior is linked to a 403 DataFetchingException in the useSpaceDirectoryDataSpaceDirectorySpacesQuery GraphQL request.
Steps to Reproduce
- Perform a migration of spaces to Confluence Cloud.
- Navigate to the Spaces menu and select View all spaces.
- Observe the list under the All Spaces tab.
- Search for a specific migrated space using the search bar or browse by individual categories.
- Check the browser's Network tab for the useSpaceDirectoryDataSpaceDirectorySpacesQuery request.
Expected Results
All spaces that a user has permission to view should be listed in the "All Spaces" directory view.
Actual Results
Migrated spaces are missing from the "All Spaces" view, and the underlying GraphQL query returns a 403 Forbidden error with a PermissionException for the isWatched field, even though the user has view access to the spaces.
Workaround
Users can still access the missing spaces by searching for them directly in the Confluence search bar or by using a direct URL to the space.
Currently, there is no known workaround to make them appear in the "All Spaces" directory; a workaround will be added here when available.