Project

General

Profile

Actions

Feature #2549

closed

Enable the watching of news

Added by Brad Beattie over 15 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Category:
News
Target version:
Start date:
2009-01-20
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

At the moment, users can't watch news items. They can subscribe the the provided feeds, but they can't get emails like they do tickets.

I don't know Ruby, but I see the "acts_as_watchable" property that the board, message and issue models have. I gather adding this to news wouldn't watch all news, just a singular news item. Anywho, I leave the implementation details to the Redmine experts. :)


Files

news_to_all_members.diff (593 Bytes) news_to_all_members.diff patch for redmine 1.0.1 Bruno Medeiros, 2010-09-09 15:41
redmine_example.jpg (99.6 KB) redmine_example.jpg example of issue Nick Nguyen, 2011-09-08 18:31

Related issues

Related to Redmine - Feature #8241: Advanced notification: per user, per project configurable schedule, event filter and notification formatNew2011-04-28

Actions
Related to Redmine - Defect #22635: Get news notification even though unwatchClosedJean-Philippe Lang

Actions
Related to Redmine - Defect #4700: Adding news does not send notification to all project membersClosedJean-Philippe Lang2010-01-31

Actions
Actions #1

Updated by Robert Pollak about 15 years ago

I also would like to watch a project's news.

Actions #2

Updated by Michael Ball-Marian almost 15 years ago

Agree his feature is important. News/Files should either be watchable, or have their own account checkbox, separate from the issues emails. Right now you have to enable notification for everything just to get News updates.

Actions #3

Updated by Anonymous almost 15 years ago

+1 for this feature too. Currently I still have to send an e-mail around about new releases. It would be good if the 'news' section could do this automatically.

Actions #4

Updated by vel pandian over 14 years ago

As an admin i want to put people who can watch project news, file/document uploads

Actions #5

Updated by Ted Lilley over 14 years ago

+1 as well. Email updates are particularly appropriate for the news module, as the first thing you're going to want to do is follow up the announcement by sending it directly to the concerned parties.

A Redmine noob (meaning I don't know how to implement anything),

Ted

Actions #6

Updated by Jim Mullis over 14 years ago

Another extremely useful benefit of this feature combined with the user Group feature is the ability to create News and Info Projects that are watched by one or more customer groups, i.e. AllCustomers, GrpACustomers, GrpBCustomers, etc. It then becomes easy to announce product enhancements, planned outages, etc.

Actions #7

Updated by Randy Syring over 14 years ago

+1

Actions #8

Updated by Jose Luna over 14 years ago

+1 This would be very helpful and (I think) not too painful to implement. As Jim Mullis points out, it would be very powerful to include this in addition to groups.

Actions #9

Updated by Alfredo Bonilla over 14 years ago

+1
Just to confirm, that it would be really useful specilly for projects with more than a couple of people working, to receive news without receiving all the modifications in the issues.... really useful

Right now, in our project, we have to send an email to the people instead of using the News to avoid that people "track" all the issues mods

Actions #10

Updated by Dennis Gao over 14 years ago

+1

Currently I still have to send an e-mail around about new releases. It would be good if the 'news/files/documents' section could do this automatically.

When I add the documents, add news, add files, we can not receive the e-mail.
I have checked all the Administration/Settings/Email notifications/
News added = Yes
Document added = Yes
File added = Yes
and restart apache2, I still have not received e-mail.

Actions #11

Updated by Dennis Gao over 14 years ago

  • Assignee set to Jean-Philippe Lang

+ 1

Actions #12

Updated by F Delehal about 14 years ago

+1, this would be very helpful

Actions #13

Updated by Ted Lilley about 14 years ago

As a brutally ugly hack, I made my installation send email notifications about added news to all project members regardless of their notification settings. You can see my article about it here:

http://blogs.trekforth.com/2010/04/patching-redmine-08x-for-email.html

I'm not advocating that anyone use this approach, I'm simply waiting for a better solution.

Actions #14

Updated by amber herold almost 14 years ago

+1
related to #4700

Actions #15

Updated by Luis Quintero over 13 years ago

+ 1

Please, add watching to News and Documents. It would be a really nice feature!

Actions #16

Updated by Andrew Sherman over 13 years ago

+1

Actions #18

Updated by Bruno Medeiros over 13 years ago

I created a patch with the Dmitry's solution, it's attached.

It's created against Redmine 1.0.1, and seems to be working fine.

The option 'Don't notify my of my own changes' is still working after this patch, don't know if it is expected.

Actions #19

Updated by Ciprian Hodorogea over 13 years ago

I have applied this patch but unfortunately, it doesn't seem to work for me. Although emails are sent for other events, nothing is sent out for news added.
Could you please suggest where I should be looking / what could be wrong?

Thx

Actions #20

Updated by Ciprian Hodorogea over 13 years ago

Ok, it worked for me as well after I marked "News added" under Settings > Email notifications.
Thank you

Actions #21

Updated by Terence Mill over 13 years ago

Please move that feature into the branch!
+1

Actions #22

Updated by Sebastian M. over 13 years ago

+1 please fix!

Actions #23

Updated by Ant Cunningham over 13 years ago

+1 from me... +100 from each of my clients :-)

Actions #24

Updated by Ryan H about 13 years ago

+1 .. Would be great if you want all your users to receive an email, and track it was sent.. IE. a new release or baseline available.

Actions #25

Updated by Anton Nepomnyaschih about 13 years ago

+1!

Actions #26

Updated by Stefan Bellus about 13 years ago

+1!
I want to use it to announce new release/important bug-fixes for all that subscribe for this information as watchers (not only to project members).
My project is library that is used by other teams. I don't know who use it. I have to make possible that all teams that uses my library can get information about new releases/important bug-fixes. I think news are right solution.
I will release my library on Hudson and let hudson to send mail to add news. On redmine site I want to use https://github.com/titas/redmine-news-via-email-plugin.

Actions #27

Updated by Ki Won Kim about 13 years ago

+1

Actions #28

Updated by Toshi MARUYAMA about 13 years ago

  • Estimated time deleted (1.00 h)
Actions #29

Updated by Katie Nelson about 13 years ago

+1

Any plans for the feature? This is something you can do in Basecamp that is very useful.

Actions #30

Updated by Robert Schneider about 13 years ago

+1

Is the adding of this feature too complex? Otherwise put it into version 1.2.0 if possible, please.

Actions #31

Updated by Drew Keller over 12 years ago

I created a plugin that sends an email digest of project activity. This includes news items. It's not very configurable (yet), but at least it's a start: http://www.redmine.org/plugins/digest.

I'm new to Ruby coding, so improvement patches are welcome.

Actions #32

Updated by Michael Diederich over 12 years ago

+1

Actions #33

Updated by Robert Pollak over 12 years ago

I have filed a corresponding issue with ChiliProject, the Redmine fork.

Actions #34

Updated by Nick Nguyen over 12 years ago

I've added the patch, and it is working. Except for when there is more than 6 people assigned to a project. The first 6 people get added to the TO: in the email, and than everyone after that gets added to the email itself. Seems like it adds a line break after the 6 people that messes up the email.

The email is also malformed. I've attached an example. Any idea how to make it from stop doing that?

Actions #35

Updated by Drew Keller over 12 years ago

There is a bug in TMail that affects certain email clients. See http://www.redmine.org/issues/8751 (comments have a monkey patch to fix it).

Actions #36

Updated by Martti Laakso over 12 years ago

Why are there two different places to adjust the email settings anyway?
If I want to get news, I'm currently bombarded with all these issue updates I have no interest in. Just let the user use checkboxes to select what updates one want's to receive (issues, news, wiki..) and under what circumstances (member, watcher, all..), and let the administrator just set some sane defaults.

Actions #37

Updated by Terence Mill over 12 years ago

related to #8241

Actions #38

Updated by Andriy Lesyuk about 12 years ago

Need help testing my plugin which implements news subscription: http://projects.andriylesyuk.com/projects/subscription

Actions #39

Updated by Jean-Philippe Lang about 10 years ago

  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Target version set to 2.5.0
  • Resolution set to Fixed

Feature added in r12866. It's now possible to watch project news. All watchers will be notified when a new news is added.

Actions #40

Updated by Daniel Felix about 10 years ago

  • Related to Feature #8241: Advanced notification: per user, per project configurable schedule, event filter and notification format added
Actions #41

Updated by Toshi MARUYAMA almost 8 years ago

  • Related to Defect #22635: Get news notification even though unwatch added
Actions #42

Updated by Toshi MARUYAMA almost 8 years ago

  • Related to Defect #4700: Adding news does not send notification to all project members added
Actions

Also available in: Atom PDF