Modify

Opened 10 years ago

Closed 7 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 10 years ago by Ryan J Ollos

Summary: Documetation: Template for email contentDocumentation: Template for email content

comment:2 Changed 7 years ago by Ryan J Ollos

Owner: Steffen Hoffmann deleted

comment:3 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.