Edgewall Software
Modify

Opened 19 years ago

Closed 17 years ago

#1480 closed enhancement (fixed)

Please add possibility for include component in subject for email notify

Reported by: vyt@… Owned by: Emmanuel Blot
Priority: normal Milestone: 0.11
Component: notification Version: devel
Severity: normal Keywords: notification
Cc: vyt@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Our users want to see component name in email notify. Attached patch against trac trunk from 22 April 2005, it's add support for trac.ini:

[notification] smtp_subject_include_component = true

Attachments (1)

trac.notify-include-component.patch (890 bytes ) - added by vyt@… 19 years ago.
patch for component in email notify

Download all attachments as: .zip

Change History (12)

by vyt@…, 19 years ago

patch for component in email notify

comment:1 by anonymous, 19 years ago

Cc: vyt@… added

comment:2 by Matthew Good, 19 years ago

Severity: normalenhancement

Yeah, that's a good idea. I think that we could probably even show the component by default, rather than adding another config option.

Of course ideally we may want to consider using a template for generating the emails to make customization easier.

comment:3 by vyt@…, 19 years ago

Yes, or even generating emails from different templates for each user. But it's matter of far future, IMHO. At this moment users wants templates for generating localized forms.

PS I forgot patch trac/db_default.py for new config option.

comment:4 by Florent Guillaume <fg@…>, 19 years ago

Cc: fg@… added

comment:5 by anonymous, 18 years ago

Cc: fg@… removed

comment:6 by sid, 17 years ago

#3136 added ability to make the project prefix configurable. This should probably build off that work.

comment:7 by vyt@…, 17 years ago

Are prefix value parsed ? How can I include ticket component as prefix value ?

As can I see in r3994, prefix value is just non parsed string.

comment:8 by Emmanuel Blot, 17 years ago

Keywords: notification added; notify component removed

comment:9 by sid, 17 years ago

At the moment, it is a non parsed string. But it should not be too hard to build off that work to start parsing that string and adding component or status to the email subject line.

comment:10 by Christian Boos, 17 years ago

Component: ticket systemnotification
Milestone: 0.12
Owner: changed from Jonas Borgström to Emmanuel Blot

#2622 was closed as duplicate. It should be possible to show ticket status (+resolution) in notification email as well, using some kind of pattern expansion.

comment:11 by Noah Kantrowitz, 17 years ago

Milestone: 0.120.11
Resolution: fixed
Status: newclosed

Fixed in [5585]

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Emmanuel Blot.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Emmanuel Blot to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.