Opened 20 years ago
Closed 17 years ago
#1480 closed enhancement (fixed)
Please add possibility for include component in subject for email notify
Reported by: | 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)
Change History (12)
by , 20 years ago
Attachment: | trac.notify-include-component.patch added |
---|
comment:1 by , 20 years ago
Cc: | added |
---|
comment:2 by , 20 years ago
Severity: | normal → enhancement |
---|
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 , 20 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 , 20 years ago
Cc: | added |
---|
comment:5 by , 19 years ago
Cc: | removed |
---|
comment:6 by , 18 years ago
#3136 added ability to make the project prefix configurable. This should probably build off that work.
comment:7 by , 18 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 , 18 years ago
Keywords: | notification added; notify component removed |
---|
comment:9 by , 18 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 , 18 years ago
Component: | ticket system → notification |
---|---|
Milestone: | → 0.12 |
Owner: | changed from | to
#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 , 17 years ago
Milestone: | 0.12 → 0.11 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [5585]
patch for component in email notify