It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
getFavouriteSpaces()
can anybosy help, how can we use it in a user macro.
This should do it.
## Developed by: Davin Studer ## Date created: 06/10/2013 ## @noparams #set( $labelManager = $action.LabelManager ) #set( $favRef = $labelManager.getLabel("my:favourite") ) #if($favRef) #set( $favorites = $labelManager.getCurrentContentForLabel( $favRef ) ) #if($favorites.size() > 0) <ul> #foreach( $favorite in $favorites ) #if ( $favorite.getType() == "spacedesc" || $favorite.getType() == "personalspacedesc" ) <li><a href="$favorite.UrlPath">$favorite.DisplayTitle</a></li> #end #end </ul> #end #end
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.