RT Templates: Difference between revisions
From Pumping Station One
No edit summary |
m Robot: Cosmetic changes |
||
| Line 1: | Line 1: | ||
This is the footer we attach to some RT emails | This is the footer we attach to some RT emails | ||
Revision as of 01:35, 24 December 2014
This is the footer we attach to some RT emails
========= PS:One Ping =========
{$Transaction->CreatedAsString}: [PS:One Ping #{$Ticket->id}] was acted upon.
Transaction: {$Transaction->Description}
Queue: {$Ticket->QueueObj->Name}
Subject: {$Transaction->Subject || $Ticket->Subject || "(No subject given)"}
Owner: {$Ticket->OwnerObj->Name}
Requestors: {$Ticket->RequestorAddresses}
Status: {$Ticket->Status}
Ping URL: {RT->Config->Get('WebURL')}Ticket/Display.html?id={$Ticket->id}