Overview
Watching a project means the user will receive notifications of certain events, such as a person leaving a comment. Normally a person is automatically marked as watching a project when they leave a comment or are assigned to the project. But you can also mark a third party as watching the project so that they receive those notifications as well.
Settings
Project
The attribute that contains the project that will be watched or unwatched. Attribute must be of type Project
.
Person
The attribute that contains the person who will be marked as either watching or not watching the project. Attribute must be of type Person
.
State
The state of the person watching the project. Can be one of Watch
or Unwatch
. These choices do what you would expect them to do.