-
Suggestion
-
Resolution: Unresolved
-
1
-
2
-
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
Problem Definition
The SOAP API (XML/RPC) had a minor revision element that could be set to true in order to disable notify watcher. There is no equivalent in the REST API, so any mass updates performed using the REST API will spam Confluence users.
Suggested Solution
3 possibly solutions:
- Add an argument that can be used in the REST request to disable Notify Watchers
- Set the default behavior when using REST to disable Notify Watchers
- Add a setting in the Confluence administration panel to either enable or disable Notify Watchers when using Remote APIs
Workaround
There is no workaround. Any mass edits performed using the REST API will send notifications to watchers.
- is related to
-
CONFSERVER-38804 Add ability to disable 'Notify Watcher' when creating content through REST API
- Gathering Interest
- is action for
-
HOT-83192 You do not have permission to view this issue
- mentioned in
-
Page Failed to load
We are about to mass create/update several hundred pages, where we will be @-tagging users.
Without a "don't send notifications" option that can be provided in the API call we'll probably be sending out a couple of thousand emails.