Ticket #395 (closed defect: fixed)
Opened 8 years ago
Last modified 6 years ago
Only people in the Cc field should be notified
| Reported by: | daniel | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8 |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | toni.brkic@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
It should be possible to remove email addresses that are notified through email from a ticket.
Possibly, we should maintain a separate list of 'addresses to notify' and allow editing of this list. A separate view/form to edit this list would be sufficient.
Attachments
Change History
comment:1 Changed 8 years ago by anonymous
- Summary changed from Unsubscribe to notification to Only people in the Cc field should be notified
comment:2 Changed 8 years ago by jonas
- Status changed from new to assigned
comment:3 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [842].
comment:4 Changed 8 years ago by trac@…
We've built pretty much our entire ticket infrastructure around putting the actual bug reporter (which may not be the person who submits the bug) in the reporter field, and now they don't get cc:ed any more…
Could this at least be an option, or could the reporter be added to the cc list by default (or optionally so, at least). Also, "cc" is a bad term if there is no more "to" address (i.e., reporter); perhaps, it should be renamed "Send notifications to:" or similar.
comment:5 Changed 8 years ago by anonymous
- Cc toni.brkic@… added
Is this really what one wants?
I would think more normal behaviour would be that anybody that comments or reports a ticket should be added to the cc:list.
And if the dont want to receive email notifications they should be able to remove them selfs from the cc:list.
I think that one can assume that if you add a comment to a ticket you interested in new comments/changes. So this should be default behaviour.
This also what I think most ppl assume is happening. I also think this will increase discussions about tickets and lead to better fixes.
comment:6 Changed 8 years ago by et_brickner@…
- Severity changed from major to normal
I would expect the owner to recieve an email notifaction as well, we twicked our system to do that…
comment:7 Changed 8 years ago by anonymous
- Resolution fixed deleted
- Status changed from closed to reopened
I am reopening this ticket since I think that Sabis comments
are very valid and the ticket was closed before his comment.
Also the other ppl comments are quite valid.
Change the cc field to "Send notifications to:" and by default
add ppl to this list.
Cheers,
T
comment:8 Changed 8 years ago by daniel
- Resolution set to worksforme
- Status changed from reopened to closed
We've built pretty much … and now they don't get cc:ed any more…
Could this at least be an option, or could the reporter be added to the cc list by default (or
optionally so, at least).
The option always_notify_reporter allows for this behavior (from [845]).
Regarding renaming the field, I think we'll hold up on that for now.
comment:9 Changed 8 years ago by tonib
- Resolution worksforme deleted
- Status changed from closed to reopened
I think that there are more issues that have been raised after the
ticket was closed the first time.
- Owner should receive email when using option always_notify_reporter
- Ppl that make comments should by default be added to cc list
- Change the name of the cc field.
Maybe the ticket should have another milestone, but I think the above issues
are bugs/enhancements that should be fixed. I'm reopening the ticket so that
it doesnt 'dissappear'
comment:10 Changed 8 years ago by daniel
- Resolution set to worksforme
- Status changed from reopened to closed
to clarify:
- Owner is not necessarily an email address, so it's trickier than it seems.
- Automatically adding people to the Cc list was deemed a bad idea in discussions, since it means you can add other emails at random, and not have a way to "unsubscribe" to it. Thus, we're not going to add this to the current branch of Trac. In post-1.0, a user will be able to choose wether or not she receives notifications.
- Please file this suggestion as a separate ticket. As it stands, I am not in favor for renaming Cc.
Please try to maintain only one issue per ticket.
comment:11 Changed 8 years ago by tonib
- Resolution worksforme deleted
- Status changed from closed to reopened
I am reopening it again since I still have which I think is valid points.
- I dont see the problem. The same thing is valid for the reporter, it is not necessarily an email address and Trac sends out email to the reporter. It should be fine to do the same for the owner as for the reporter. Now you can setup a system where
all user names are email addresses and the owner wont receive emails but the
reporter will.
/Toni
comment:12 Changed 8 years ago by daniel
- Milestone changed from 0.8 to 0.9
comment:13 Changed 7 years ago by cmlenz
See also #222. The second attached patch adds a always_notify_owner option.
comment:14 Changed 7 years ago by anonymous
- Milestone changed from 0.9 to 0.8
- Resolution set to fixed
- Status changed from reopened to closed
The discussed always_notify_owner option shall henceforth be tracked using #866.
The original issue this ticket was about was already implemented for 0.8.



As jonas suggested, it'd be better if only ppl in the Cc field would get notified.. that way you can always edit that field.
Makes sense. :)