#4418 closed enhancement (fixed)
Custom Field Labels in Email
Reported by: | Jason Trahan | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos, J Evan S | Trac Release: | 0.11 |
Description
It would be nice to have it so that when we use the custome fields in the HTML Header options that the actual email uses the Label instead of the actual field name.
For example we have a field called percentcomplete. But the label actually shows % Complete. Also some others like duedate (Due Date), etc etc.
I think it would make the email look better if it used the labels instead of the actual field name.
Another reason would be incase the label gets renamed but the field stays the same, it won't cause confusion when the emails go out.
Attachments (0)
Change History (7)
comment:1 Changed 15 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:2 Changed 15 years ago by
Cc: | J Evan S added |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Now emails look like
Ticket #83 (new defect) Test : None : None : None : None : None Description 1 2 3
instead of
Ticket #83 (new defect) Test Description 1 2 3
before. Please remove that useless 'None' strings.
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:6 follow-up: 7 Changed 9 years ago by
Hi,
The same issue is seen in Trac 1.0.10. Email body contains custom field name instead of the label. We have applied the formatting related changes suggested in TracNotification#Customizinge-mailcontentforMSOutlook. Please let us know if that is causing the issue and how to fix it.
Thanks, Dhanesh Shah
comment:7 Changed 8 years ago by
Replying to anonymous:
Hi,
The same issue is seen in Trac 1.0.10. [...]
Please ask on the MailingList.
(In [7143]) ticket emails use labels for fields fixes #4418