Hi Richard,
I believe you're referring to the Save for Later feature, is that correct?
It is indeed not possible, and I've raised a feature request for it below.
I discovered a workaround that will help you.
So, I noticed that if I switch the home page of a space from overview to something else, the overview page disappears in the Page Tree. Because of this, I think that the overview page might be a parent of all the other pages in the space, so this could be why it doesn't show up in the Page Tree when you remove it from the home page setting.
Instead, I did this:
This isn't a very good workaround if you're not a Space Admin, so if so, the only other option would be to favorite the space via the Space Directory.
I encourage you to vote on the request above, and watch it in order to be updated of any changes.
Regards,
Shannon
That's right - it is the "Save for later" feature - although I've always known it as "starring a page", or "adding a page to my favourites".
Thanks for creating the ticket - I have indeed voted for it, and watched it.
I actually found a very dirty workaround: when you click the star to save a page, the browser makes a PUT request to a URL like:
https://INSTANCE.atlassian.net/wiki/rest/experimental/relation/user/current/favourite/toContent/XXXXXXX
where XXXXXXX seems to be a unique numerical ID for the page.
Usually a page's URL is something like:
https://INSTANCE.atlassian.net/wiki/spaces/SPACE/pages/XXXXXXX/PAGENAME
which shows the numerical ID for the page, but for a home page, it's typically something like:
https://INSTANCE.atlassian.net/wiki/spaces/SPACE/overview
i.e. no numerical ID in the URL. Nevertheless, the home page's real (numerical) ID is sometimes visible if you observe the requests being made by the browser.
If you use e.g. "Edit and Resend" in Firefox Developer Tools, it's possible to make a PUT request to the /rest URL that adds a home page (using its numerical ID) to your favourites.
Similarly, making a DELETE request to the /rest URL to remove it from your favourites.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for sharing your workaround as well! I suspected something similar but didn't dive too deep into that.
Feel free to share your workaround on the ticket I created as well!
Take care,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have done :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.