You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
currently, when we have a new person joining our company, and we accordingly set up a new confluence account for this user, the user is automatically added as a watcher to our confluence space.
This means that a new employee is bombarded with mails regarding any changes to any page within this space.
I know we can ask each user to use the "Stop Watching" functionality by going to "Watches" in their profile settings.
Is there, however, a way for us to change the default "watches" of any and all new users we create? That would be a lot more practical if we could simply control the watches for new users on an admin-level.
Hi @Chris Fortmueller ,
as far as I know it is not possible to turn this off globally on a Confluence Cloud site. However there is a new feature request being tracked here : https://jira.atlassian.com/browse/CONFCLOUD-39970
Another solution would be to remove new users from the watchers with the Confluence API : https://developer.atlassian.com/cloud/confluence/rest/api-group-content-watches/#api-wiki-rest-api-content-id-notification-created-get
Let me know if this helps,
--Alexis
@Alexis Robert Thanks for your idea and your response! :). We will check if we can integrate a call to the API in our workflow for new employees. Alternatively, we might manually disable the watch on an individual level within this workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alexis Robert
so i managed to get space watchers and their affiliated account id by requesting:
GET /wiki/rest/api/space/SPACEKEY/watch
Followed by:
DELETE /wiki/rest/api/user/watch/space/SPACEKEY?accountid=ACCOUNTID
i'm getting status code 204 which is a sucess by documentation, but the user is not deleted from space watches
Am i getting something wrong here? Is this a bug?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Answered in the separate question where you asked this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.