Difference between revisions of "RT Templates"

From Pumping Station One
Jump to navigation Jump to search
(Added Warning Box)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{mbox |type=warning |text=RT was phased out in 2018 and was replaced by [[IT_Infrastructure#Active_PS1_Domains.2FSub|FreshDesk]]. }}
  
I'd like to create a standard header or footer on RT tickets.
+
 
 +
This is the footer we attach to some RT emails
  
 
<pre>
 
<pre>
Line 12: Line 14:
 
Requestors: {$Ticket->RequestorAddresses}
 
Requestors: {$Ticket->RequestorAddresses}
 
Status: {$Ticket->Status}
 
Status: {$Ticket->Status}
Ticket <URL: {RT->Config->Get('WebURL')}Ticket/Display.html?id={$Ticket->id} >
+
Ping URL: {RT->Config->Get('WebURL')}Ticket/Display.html?id={$Ticket->id}
 
</pre>
 
</pre>

Latest revision as of 22:48, 15 June 2020


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}