Enabling news
- Go to Project → Settings → Modules.
- Check News.
- Click Save.
Creating a news item
Fill in the fields
Complete the news item form:
- Title — required, maximum 60 characters
- Summary — optional one-line teaser, maximum 255 characters. Displayed in the project overview and news list.
- Description — the full body of the announcement. Supports Redmine text formatting.
News fields
| Field | Required | Description |
|---|---|---|
| Title | Yes | Headline for the announcement. Maximum 60 characters. |
| Summary | No | Short teaser shown in listings. Maximum 255 characters. |
| Description | Yes | Full text of the announcement. Supports CommonMark (Markdown, default) or Textile. |
Commenting on news
Users with thecomment_news permission can leave comments on news items.
Comments on news items are threaded under the item itself. Unlike forum messages, news comments do not have their own subjects.
News on the project overview
The five most recent news items are displayed on the project overview page. The summary field is shown if present; otherwise the beginning of the description is displayed.Global news feed
Redmine exposes a global news feed at/news (or per-project at /projects/:id/news) that lists recent news across all visible projects. This feed is available in Atom format for feed readers.
Watching news
The news module supports watchers at the module level. To receive notifications for all news added to a project, watch the News module from the module’s watch list. The author of a news item is automatically added as a watcher.Notifications
Email notifications are sent on the News added event. To configure which events trigger emails, go to Administration → Settings → Email notifications and ensure News added is checked.Permissions
| Action | Permission required |
|---|---|
| View news | view_news |
| Manage news (create, edit, delete) | manage_news |
| Comment on news | comment_news |
