[Bps-public-commit] RT-Extension-NotifyBasedOnOwnership branch, master, updated. 3b8433e8e6a0ab48748acfcd5ae7e49c98c6b3f9
Thomas Sibley
trs at bestpractical.com
Tue Mar 5 15:29:15 EST 2013
The branch, master has been updated
via 3b8433e8e6a0ab48748acfcd5ae7e49c98c6b3f9 (commit)
from 81c0067df9de850fce202503a9b50c484ec58774 (commit)
Summary of changes:
etc/initialdata | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 3b8433e8e6a0ab48748acfcd5ae7e49c98c6b3f9
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Mar 5 12:28:05 2013 -0800
Owned/Unowned versions of the On Create condition
diff --git a/etc/initialdata b/etc/initialdata
index dac84cd..041f29b 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -1,9 +1,21 @@
use strict;
use warnings;
-# Owner-dependent On Correspond/Comment conditions
+# Owner-dependent On Create/Correspond/Comment conditions
our @ScripConditions = (
{
+ Name => 'On Create and Unowned',
+ Description => 'When a ticket is created owned by Nobody',
+ ApplicableTransTypes => 'Create',
+ ExecModule => 'Owner',
+ Argument => 'Nobody',
+ }, {
+ Name => 'On Create and Owned',
+ Description => 'When a ticket is created with an owner',
+ ApplicableTransTypes => 'Create',
+ ExecModule => 'Owner',
+ Argument => '*',
+ }, {
Name => 'On Correspond and Unowned',
Description => 'Whenever correspondence comes in on a ticket owned by Nobody',
ApplicableTransTypes => 'Correspond',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list