|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<Set>
|
|
|
<ActionEmail id="1">
|
|
|
-<name>Incident Notification to a Workgroup</name>
|
|
|
+<name>Notification to a Workgroup</name>
|
|
|
<description>This action informs a team that a ticket has been assigned their workgroup</description>
|
|
|
<status>disabled</status>
|
|
|
<test_recipient></test_recipient>
|
|
@@ -13,7 +13,7 @@
|
|
|
<subject>The ticket $this->name()$, priority $this->label(priority)$ has been assigned to the workgroup $this->workgroup_name$</subject>
|
|
|
<body><html>
|
|
|
<body>
|
|
|
-<p>The incident ticket $this->name()$ has been assigned to the workgroup $this->workgroup_name$.</p>
|
|
|
+<p>The ticket $this->name()$ has been assigned to the workgroup $this->workgroup_name$.</p>
|
|
|
<p>Description: $this->title$</p>
|
|
|
<p>Title: $this->title$</p>
|
|
|
<hr/>
|
|
@@ -23,7 +23,7 @@
|
|
|
<importance>normal</importance>
|
|
|
</ActionEmail>
|
|
|
<ActionEmail id="2">
|
|
|
-<name>Incident notification to Agent</name>
|
|
|
+<name>Notification to Agent</name>
|
|
|
<description>This action informs an agent that a ticket has been assigned to her/him</description>
|
|
|
<status>disabled</status>
|
|
|
<test_recipient></test_recipient>
|
|
@@ -35,7 +35,7 @@
|
|
|
<subject>The ticket $this->name()$, priority $this->label(priority)$ has been assigned to you</subject>
|
|
|
<body><html>
|
|
|
<body>
|
|
|
-<p>The incident ticket $this->name()$ has been assigned to you.</p>
|
|
|
+<p>The ticket $this->name()$ has been assigned to you.</p>
|
|
|
<p>Description: $this->title$</p>
|
|
|
<p>Title: $this->title$</p>
|
|
|
<hr/>
|
|
@@ -45,7 +45,7 @@
|
|
|
<importance>normal</importance>
|
|
|
</ActionEmail>
|
|
|
<ActionEmail id="3">
|
|
|
-<name>Incident Notification to caller</name>
|
|
|
+<name>Notification to caller</name>
|
|
|
<description>This action is used to inform the caller</description>
|
|
|
<status>disabled</status>
|
|
|
<test_recipient></test_recipient>
|
|
@@ -57,7 +57,7 @@
|
|
|
<subject>Ticket $this->name()$, priority $this->label(priority)$ - $this->status$</subject>
|
|
|
<body><html>
|
|
|
<body>
|
|
|
-<p>The incident ticket $this->name()$ has changed to status $this->status$</p>
|
|
|
+<p>The ticket $this->name()$ has changed to status $this->status$</p>
|
|
|
<p>Last update: $this->last_update$</p>
|
|
|
<hr/>
|
|
|
<p>for more information on this ticket, click here: $this->hyperlink(portal)$</p>
|