Modify ↓
Opened 12 years ago
Closed 9 years ago
#11614 closed enhancement (wontfix)
Documentation: Template for email content
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | AnnouncerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
It would be useful to expand the documentation section http://trac-hacks.org/wiki/AnnouncerPlugin#Formatters
to include a link to the page to refer to for template variables.
Seems that the variables as pointed by this page https://trac-hacks.org/wiki/TracNotification#Customizingthee-mailcontent do not work for text template, but this example for html template works also for text template: https://announcerplugin/trunk/announcer/templates/ticket_email_mimic.html@12359:119-120#L112
A short list:
${ticket.id}
${ticket['status']}
${ticket['type']}
${ticket['summary']
${field['label']}
${ticket[field['name']] or 'None'}
${description}
${author}
${change}
${comment}
${ticket_link}
${project_name}
${project_link}
${project_desc}
Nik
Attachments (0)
Change History (3)
comment:1 Changed 11 years ago by
| Summary: | Documetation: Template for email content → Documentation: Template for email content |
|---|
comment:2 Changed 9 years ago by
| Owner: | Steffen Hoffmann deleted |
|---|
comment:3 Changed 9 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



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.