Modify ↓
#9196 closed defect (fixed)
ticket id value is not passed to ticket_notify_email.txt template
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 0.12 |
Component: | notification | Version: | 0.12dev |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
the $ticket template value in ticket_notify_email.txt does not contain the ticket id.
without the attached patch, the following would look like "Ticket has been changed by john.doe
":
Ticket #$ticket.id has been changed by $change.author
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | ticket_id_value_in_email_notification.patch added |
---|
comment:1 by , 15 years ago
Milestone: | → 0.12 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
That seems to be the case, yes. Patch applied in [9440:9441], thanks!
comment:2 by , 15 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
patch to ticket/notification.py to include ticket id in values passed to ticket_notify_email.txt template