Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

By default, there is no export/import feature available for the "SubSpace Navigation for Confluence" app.

Solution

There are two technical ways as a workaround. 

  1. Use the same Request which

...

  1. SubSpace is using to store its navigation

    • You need to be logged in as an administrator in order to send this request.

    • The request url is  "/rest/communardo/subspace/latest/admin/navigation".

    • It will be

...

    • sent as an PUT request.

    • The payload of this request contains the actual navigation data, which is a

...

    • JSON object.

    • Use the browser Tools to see what subspace is sending during the navigation save.

  1. Move the data from the database directly 

    Note

    Please create a backup before any data base change to prevent data loss.

    • We store the navigation

...

    • JSON data in the table bandana by using the key

      Code Block
      de.communardo.confluence.plugins.subspace.navigationstructure
    • To read the navigation you could use this SELECT

      Code Block
      languagesql
      SELECT * FROM bandana WHERE bandanakey = ('de.communardo.confluence.plugins.subspace.navigationstructure')
    • If you put the data into the target system please

...

    • shut down the system first which will otherwise lead to weird side effects because Confluence is doing a lot of caching here 

Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "subspace-navigation" and type = "page" and space = "KB"
labelssubspace-navigation
Page Properties
hiddentrue


Verwandte Vorgänge