From 07d2f5e763e60ebe396587b8fa17baf378ea9742 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Sun, 17 Jan 2010 17:33:04 +0000 Subject: [PATCH] - New datas for the setup: default trigger & email action SVN:trunk[259] --- setup/data/structure/23.triggers.xml | 7 +++++++ setup/data/structure/24.actions.xml | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 setup/data/structure/23.triggers.xml create mode 100644 setup/data/structure/24.actions.xml diff --git a/setup/data/structure/23.triggers.xml b/setup/data/structure/23.triggers.xml new file mode 100644 index 000000000..06b285828 --- /dev/null +++ b/setup/data/structure/23.triggers.xml @@ -0,0 +1,7 @@ + + + +Incident Creation +bizIncidentTicket + + \ No newline at end of file diff --git a/setup/data/structure/24.actions.xml b/setup/data/structure/24.actions.xml new file mode 100644 index 000000000..53563f544 --- /dev/null +++ b/setup/data/structure/24.actions.xml @@ -0,0 +1,21 @@ + + + +Simple eMail +Default eMail action, tailor it to fit your needs + + +SELECT bizContact AS C WHERE C.id = :this->caller_id + + +New iTop ticket [$this->severity$]: $this->name$, $this->title$ +<h1>A new iTop incident has been created: $this->name$</h1> +<p>Description: $this->title$</p> +<p>Initial situation: <pre>$this->initial_situation$</pre></p> +<p>Ticket Type: $this->type$</p> +<p>Ticket assigned to: $this->workgroup_name$</p> +<hr/> +<p>More information: $this->hyperlink()$</p> +normal + +