Collaboration Spaces don't appear in dropdown menu when setting Confluence Homepage

XMLWordPrintable

    • 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

      1. Create a Space using the Collaboration or Knowledge Base flows
      2. Navigate to Confluence Global Settings > General Configuration
      3. 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

            Assignee:
            Jacob Brunson
            Reporter:
            Caio Oliveira (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: