Is there a way to limit email notifications for watchers?

Kassidy Iwashita January 1, 2014

Is there a way to only notify watchers every couple hours? For example: If someone is editing a page and does 10 edits, I don't want watchers to get 10 emails because they saved it 10 different times. Or, is there a way to make it so that there is one notification per 24 hours without having to uncheck the notifiy watcher box?

1 answer

2 votes
jing_hwa_cheok
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 1, 2014

Hi Kassidy,

You can uncheck the Notify watcher checkbox below the page edit as you can see in the screenshot below:

That will prevent watchers from receving notfication when you edit the page.

Kassidy Iwashita January 1, 2014

Yes, thank you!

jing_hwa_cheok
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 9, 2014

Hi Kassidy,


I can also use javascript to uncheck your notification box automatically. Put the code below in your Confluence Admin >> Custom HTML >> HEAD

<script type="text/javascript">
    AJS.toInit(function(){
          AJS.$('#notifyWatchers').attr('checked', false)
    });
</script>

Hope this helps!

Regards,
Jing Hwa

Sohina February 28, 2020

@jing_hwa_cheok  Can you please share Screenshot again? I am not able to view.

 

Thank You.

Sohina

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events