Modify

Opened 13 years ago

Closed 7 years ago

#8817 closed defect (wontfix)

announcerplugin - ticket subscription not working

Reported by: henke.mike@… Owned by:
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords: ticket subscriber
Cc: Ryan J Ollos, Robert Corsaro Trac Release: 0.11

Description (last modified by Ryan J Ollos)

The plugin features like html emails and Component Subscriptions are working for me but Ticket Subscriptions like "Notify me of changes to tickets that I reported." is always on. If I disable LegacyTicketSubscriber then no emails are sent to the reporter.

trac.ini file:

[announcer]
ctxtnav_names = Watch This,Unwatch This
email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver
email_enabled = true
email_sender = SmtpEmailSender
email_to = undisclosed-recipients: ;
mime_encoding = base64
sendmail_path = sendmail
smtp_enabled = true
smtp_from = trac@xxx.com
smtp_port = 25
smtp_replyto = trac@xxx.com
smtp_server = xxx
smtp_subject_prefix = __default__
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = false
use_short_addr = false
use_sll = false
use_threaded_delivery = false
use_tls = false

[components]
announcerplugin.* = enabled
announcerplugin.subscribers.ticket_compat.legacyticketsubscriber = enabled
announcerplugin.subscribers.ticket_compat.staticticketsubscriber = disabled
announcerplugin.subscribers.ticket_groups.* = disabled

Attachments (0)

Change History (4)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 11 years ago by Steffen Hoffmann

Cc: Ryan J Ollos Robert Corsaro added; anonymous removed
Keywords: ticket subscriber added
Owner: changed from Robert Corsaro to Steffen Hoffmann

We're working to restore full backwards-compatibility for trunk down to Trac-0.11 to resolve this issue by one of our next plugin releases. Not though, that announcer-1.0 has evolved from announcer-0.12, a major rework of the whole subscription system. So at least components will be enabled differently.

But this is WiP, and especially db API compatibility and data-preservation for seamless db schema upgrade is still worked on.

comment:3 Changed 7 years ago by Ryan J Ollos

Owner: Steffen Hoffmann deleted

comment:4 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Please upgrade to Trac 1.2, which has integrated the core of AnnouncerPlugin. Please raise the issue on the trac:MailingList if you encounter the issue with Trac 1.2.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.