Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,983
Community Members
 
Community Events
184
Community Groups

Stop watching all the pages in space

Hi,

I have a bunch of watching pages and want to stop all.  Is there a way for bulk execution of that, instead of opening each page and stop watching one by one?

Thanks,

3 answers

1 accepted

0 votes
Answer accepted
Sachin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 24, 2020 • edited

Hello @Ryota Hashimoto , on top right corner --> Goto --> Profile --> Settings --> Watches --> From here you can click "Stop Watching" for any unwanted spaces or pages you like.

You can also adjust your email notification options from your email settings
https://yourinstancename/wiki/users/viewmyemailsettings.action page or goto --> your profile --> Settings --> Email --> Edit --> Turn off Autowatch

Hi Sachin thank you for your help. 

I found the Watches page and will stop them one by one since I'm still afraid there are no bulk way to do them at once. 

Also the autowatch info helped me while I need that feature in usual case but not applied on this case since I've made bunch of pages by add-on. 

Thanks, 

If you have many watches because you imported a lot of pages it is messy to stop all the watches step by step.

I wrote a simple bookmarklet so I can stop all watches on the page with just one click and the page will reload as well.

For example, if you have 30 watch pages, you only need 30 clicks to stop them all.

This is the js-code of the bookmarklet:

 

javascript: void (function () {

    document.getElementsByClassName('link-stop-watching').forEach(b => b.click());

    location.reload();

})();

You are my hero!  I had 60+ pages of these to deal with.  Much gratitude from a Confluence administrator...

Like # people like this

Hi can you descrire how use this?? Thank you 

Ask Google what a bookmarklet is and how to use it. The bookmarklet code is above.

It's working !! I was 26 pages of pages... All removed in 1 minute. Thank you 

HI @Stefan Ey 

Does that work for Confluence Cloud too? 

I don't know - we are using the server version. But I think the frontend in the browser should be the same or very similar and it could work fine.

This saved me a ton of time!   I had well over 200 pages that I was watching and within a few clicks that was resolved.

It didn't work for me using Chrome v106 and Confluence Cloud, until I changed it to this:

 

javascript: void (function () { const el=document.getElementsByClassName('link-stop-watching'); [...el].forEach(b => b.click()); location.reload(); })();

@Kirk Bratvold if I copy your script, the error "incorrect URL" appears. Any ideas on how to solve that?

This saved me SO much time... I had 85 pages of topics to "unwatch". Thank you!

Warren S
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Feb 01, 2023

This was a life saver, the refresh action didn't work for me on Chrome v109.0.5414.75, but a click and an F5 did the trick. A few minutes later Im watch free. Thanks again!

I wrote a little HTML test file and I have discovered that the page reload was faster than the execution of the simulated clicks on the «Stop Watching» buttons.

I have improved the bookmarklet code. Here is the new version that works fine on my Confluence profile. If needed you can increase the timeout value - here 2000.

Happy coding or working ;-)

javascript:(function () {
document.getElementsByClassName('link-stop-watching').forEach(b => b.click());
setTimeout(() => location.reload(), 2000);
})();

Due the code box above works not well, you have to replace the : after the leading javascript with : 

Danilo Castro Borges
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 31, 2023

Wow, this solution was amazing, I had 40 pages topics to "unwatch".  Very nice, Thank you!

0 votes
Andreas Purde
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 26, 2020 • edited

My original posting does not help as you are on cloud sorry.

np thanks a lot!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events