What you can watch
Issues
Watch an issue to receive notifications whenever it is updated, commented on, reassigned, or has its status changed.
Wiki pages
Watch a wiki page to be notified when its content is added or edited.
News
Watch a news item to receive notifications when comments are posted.
Forum messages
Watch a forum thread to be notified when new replies are posted.
Watching an issue
You can watch or unwatch an issue directly from its detail page.Click Watch
In the sidebar on the right side of the issue, click the Watch link. The link changes to Unwatch to confirm you are now watching the issue.
Watching a wiki page
Adding watchers to an issue
Users with the appropriate project permission can add other users or groups as watchers on an issue. This is useful for keeping stakeholders informed without requiring them to find and watch the issue themselves.Open the Watchers section
In the sidebar, find the Watchers section and click the + icon to add watchers.
Search for a user or group
Type a name to search. Redmine uses autocomplete to suggest matching users and groups from the
assignable_watchers scope — this includes active users and givable groups who are members of the project.Only active users and givable groups can be added as watchers. A user is considered a valid watcher if they have permission to view the watchable item. Redmine validates this using the
valid_watcher? method on the watchable object.Removing watchers
To remove a watcher from an issue, click the × next to their name in the Watchers section of the issue sidebar. You must have thedelete_issue_watchers permission for the project to remove watchers added by others.
Watchers are automatically pruned from items they are no longer allowed to view. For example, if a user loses access to a project, their watcher records for items in that project are cleaned up by the
Watcher.prune process.Who can be a watcher
Redmine uses thePrincipal.assignable_watchers scope to determine who can be added as a watcher. This includes:
- Active users — any user whose account is active
- Givable groups — groups that can be assigned roles on a project
Managing watched items from My Page
You can view all the items you are watching from your personal overview.- Click your username in the top-right corner and select My account, or navigate to My Page.
- Add the Watched issues block to your My Page to see a consolidated list of all issues you are currently watching.
- To stop watching an item, open it and click Unwatch, or remove yourself from the Watchers list.
Watcher notifications
When a watched item changes, Redmine adds watchers to the set of users to be notified. The exact behaviour depends on the item type:| Item type | When watchers are notified |
|---|---|
| Issue | On creation and on any update (status change, comment, reassignment, attachment, etc.) |
| Wiki page | When wiki content is added (wiki_content_added) or updated (wiki_content_updated) |
| News | When a comment is posted (news_comment_added) |
| Forum message | When a reply is posted (message_posted) |
