Does anyone know if there is a way to query all space shortcuts (on the sidebar) in the database across all spaces?
Hi Kirstin
Please find more information here: https://confluence.atlassian.com/confkb/how-to-restore-space-shortcuts-after-import-from-xml-744721363.html
The query would be:
SELECT * FROM "AO_187CCC_SIDEBAR_LINK" WHERE "CATEGORY" = 'QUICK';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.