How the Watching mechanism works in Yobi
masterThe Watching mechanism allows users to receive notifications whenever an object changes or receives a comment.
User Actions
- Watch: Clicking the Watch button adds the user to the "Explicit Watchers" list and removes them from the "Explicit Ignorers" list. Note: The user must have permission to read the object, otherwise Yobi returns
403 Forbidden. - Unwatch: Clicking the Unwatch button removes the user from the "Explicit Watchers" list and adds them to the "Explicit Ignorers" list. This action succeeds even if the user does not have permission to read the object.
Automatic Watching
Yobi automatically includes certain users as watchers of an object:
- The author of the object.
- The assignee of the object.
- Users who have commented on the object.
- Users who watch the project that the object belongs to.
Note: If a user explicitly clicks the Unwatch button, they are removed from the watcher list even if they meet the automatic criteria above.