Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I am currently making a prototype knowledge base. The idea is, the knowledge base (space) contains all the solutions (detailed in pages) that we have. If there are related software projects to that solution, we can create a separate software project space.
My question is -- how can I automatically list (bullet point, preferably) the related project spaces to solution page in the knowledge base? I understand that there's a Space List macro, but the user can see a drop down and other text, which I want to remove.
Thank you!
I built something like this as custom user macro for Confluence Server to show related pages - it used labels on the page that were dynamically inserted into the Content by Label macro. Unfortunately, achieving something similar in Cloud (to meet your specific requirements) but using the same basic approach will need a custom macro installed as an app.
The next best thing might be to try the Content by Label macro or the Page Properties macros.
If you use the Content by Label macro, you will need to come up with a unique label structure that is only used on home pages, but that may be hard to enforce. But it will give you a nice simple list of links.
Page Properties will give you a bit more control, but may not look as good because it will display a link to the page + 1 other column of data (you could add a description).
Another approach might be the Search Results macro, as it has an option to search the space description (you can use "OR" in the search to match on multiple keywords in the description across multiple spaces)- again the way that macro displays might not be great for your purpose.
However, in all cases you would still need to configure the macro on each page to manually set the labels/CQL/search term you want to match with.
A custom app would be the the most elegant approach.
Hi James, thank you. I'm using the Content by Label macro to start. Testing it for a few days now shows that yes, it's possible to achieve this goal, but it can be messy to enforce. For now though... this works. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, sorry its not the neatest approach, but hope it gets you close to what you need working with out of the box features.
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.