It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Is there some way I can surface a watch/unwatch space link in page content rather than making the user go to Browse -> Advanced?
My first thought, after built-in macros, was the link-to macro but that doesn't seem to have space watch/unwatch as an available target.
It looks like this might be possible via a user macro and velocity but I've never used velocity before and I'm having trouble working out how I'm going to do this.
Any pointers or existing solutions for this?
Hi,
I did some quick tests on a 4.3.2 Confluence instance and basically if you go to Space Admin > Layout > Page Layout for example, you can use this code to display a watch icon:
<div class="entity-watching" data-entity-id="$spaceKey" data-entity-type="space"> <a class="icon icon-stop-watching" title="Stop watching this space">Stop watching this space</a> <a class="icon icon-start-watching hidden" title="Start watching this space">Start watching this space</a> <span class="icon icon-wait hidden"></span> </div>
I hope this helps,
Peter
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreTo anyone who doubts that Atlassians are a little too obsessed with collaboration, and tools related thereto, let me describe a recent discussion we had (which took place on our internal Confluence, ...
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.