Opened 16 years ago
Closed 15 years ago
#4269 closed enhancement (wontfix)
Ticket notification feedback
Reported by: | anonymous | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Would be nice to get feedback about notified emails after submitting changes to a ticket. Maybe like Bugzilla does: "email sent to xx@…, yy@…, ..." at top of the page.
Attachments (0)
Change History (10)
comment:1 Changed 15 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Summary: | Notification feedback → Ticket notification feedback |
---|
The SubscriberListPlugin is an alternate way to receive information about who will be notified about a ticket change.
comment:5 Changed 15 years ago by
Replying to martin_s:
I think the AnnouncerPlugin does this, doesn't it?
The AnnouncerPlugin sends the emails. I think what this person is asking for is a confirmation dialog showing email was sent, and to whom.
I think this could be implemented using the notice helper function that was recently added to Trac 0.11.5. For example, go to the Preferences page on Edgewall, enter your info, and press Save. You'll see a green box that reads Your preferences have been saved.
This should probably be filed as an enhancement request for the AnnouncerPlugin, assuming the ticket reporter is referring to the AnnouncerPlugin.
comment:6 Changed 15 years ago by
Component: | Request-a-Hack → AnnouncerPlugin |
---|---|
Owner: | changed from anybody to Stephen Hansen |
comment:7 Changed 15 years ago by
Cc: | anonymous added; Ryan J Ollos removed |
---|
Moved this over to the AnnouncerPlugin since I would like to see this feature implemented there, and the original reporter of this ticket is not specified so he/she is unlikely to follow up.
comment:8 Changed 15 years ago by
Owner: | changed from Stephen Hansen to Robert Corsaro |
---|
comment:9 Changed 15 years ago by
Status: | new → assigned |
---|
comment:10 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Can't be done with the current trac API. The event listeners do not pass the request through and the request is needed to display notices.
I submitted a Trac hack request in Ticket #5495 that makes reference to this ticket.