-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
5
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? 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
Suppressing notifications upon updating a content via REST is already supported. You currently have to supply a version with an incremented number in the request payload. Add the "minorEdit" field to the
The version payload also supports minor edits and comments as follow
"version" : { "number" : incrementedFromPrevious, "minorEdit" : true, "message" : "some version comment to keep on the content history" }
- relates to
-
CONFCLOUD-38804 Add ability to disable 'Notify Watcher' in Confluence REST API
- Not Being Considered
- mentioned in
-
Page No Confluence page found with the given URL.
Does the solution for suppressing notifications for content updates include attachments? We are constantly adding/editing attachments to certain pages within a space and would like them to not receive the emails but still be able to watch the space.