-
Suggestion
-
Resolution: Duplicate
-
None
-
None
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Please allow the ability to set the Notify Watchers checkbox to default off or on in the Administration console. Some of our customers would prefer for it to be set to default off, to prevent email noise.
Workaround:
- Navigate to Confluence Admin >> Custom HTML
- Insert the following At the End of the HEAD:
<script type="text/javascript"> AJS.toInit(function () { AJS.$('#notifyWatchers').attr('checked', false); }); </script>
- duplicates
-
CONFSERVER-8276 Make 'Notify watchers' box selected by default option available
- Closed
- relates to
-
CONFCLOUD-25367 Allow ability to set default value for "Notify Watchers" (During page edits) in the Administration Console
- Closed
[CONFSERVER-25367] Allow ability to set default value for "Notify Watchers" (During page edits) in the Administration Console
Workflow | Original: JAC Suggestion Workflow 4 [ 3564544 ] | New: JAC Suggestion Workflow 3 [ 4331574 ] |
Workflow | Original: JAC Suggestion Workflow 2 [ 3186074 ] | New: JAC Suggestion Workflow 4 [ 3564544 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Suggestion Workflow [ 3039857 ] | New: JAC Suggestion Workflow 2 [ 3186074 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2529968 ] | New: JAC Suggestion Workflow [ 3039857 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2259614 ] | New: Confluence Workflow - Public Facing v4 [ 2529968 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 - TEMP [ 2196264 ] | New: Confluence Workflow - Public Facing v3 [ 2259614 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 1953069 ] | New: Confluence Workflow - Public Facing v3 - TEMP [ 2196264 ] |
Workflow | Original: Confluence Workflow - Public Facing v2 [ 1764052 ] | New: Confluence Workflow - Public Facing v3 [ 1953069 ] |
Description |
Original:
Please allow the ability to set the Notify Watchers checkbox to default off or on in the Administration console. Some of our customers would prefer for it to be set to default off, to prevent email noise.
h3.Workaround: # Navigate to {{Confluence Admin >> Custom HTML}} # Insert the following *At the End of the HEAD*: {code} <script type="text/javascript"> AJS.toInit(function () { AJS.$('#notifyWatchers').attr('checked', false); }); </script> {code} |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-25367]. {panel} Please allow the ability to set the Notify Watchers checkbox to default off or on in the Administration console. Some of our customers would prefer for it to be set to default off, to prevent email noise. h3.Workaround: # Navigate to {{Confluence Admin >> Custom HTML}} # Insert the following *At the End of the HEAD*: {code} <script type="text/javascript"> AJS.toInit(function () { AJS.$('#notifyWatchers').attr('checked', false); }); </script> {code} |
Workaround for initial workaround: