mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
New actions consistent wit the updated DB model
SVN:trunk[280]
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
<ActionEmail id="4">
|
||||
<name>Incident Notification to a Workgroup</name>
|
||||
<description>This action informs a team that a ticket has been assigned their workgroup</description>
|
||||
<status>enabled</status>
|
||||
<test_recipient></test_recipient>
|
||||
<from></from>
|
||||
<reply_to></reply_to>
|
||||
<to>SELECT bizTeam AS t JOIN bizWorkgroup AS w ON w.team_id = t.id WHERE w.id=:this->workgroup_id</to>
|
||||
@@ -23,6 +25,8 @@
|
||||
<ActionEmail id="2">
|
||||
<name>Incident notification to Agent</name>
|
||||
<description>This action informs an agent that a ticket has been assigned to her/him</description>
|
||||
<status>enabled</status>
|
||||
<test_recipient></test_recipient>
|
||||
<from></from>
|
||||
<reply_to></reply_to>
|
||||
<to>SELECT bizPerson WHERE id=:this->agent_id</to>
|
||||
@@ -43,6 +47,8 @@
|
||||
<ActionEmail id="3">
|
||||
<name>Incident Notification to caller</name>
|
||||
<description>This action is used to inform the caller</description>
|
||||
<status>enabled</status>
|
||||
<test_recipient></test_recipient>
|
||||
<from></from>
|
||||
<reply_to></reply_to>
|
||||
<to>SELECT bizPerson WHERE id=:this->caller_id</to>
|
||||
|
||||
Reference in New Issue
Block a user