[Rt-commit] [rtir] 03/30: Switch lifecycle definition from "blocks" to "countermeasures"

Shawn Moore shawn at bestpractical.com
Fri May 13 19:53:02 EDT 2016


This is an automated email from the git hooks/post-receive script.

shawn pushed a commit to branch 3.4/countermeasures
in repository rtir.

commit 383bb5e601f73b028db2e1a8ec355e47ec1fb5e8
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Feb 24 23:30:41 2016 +0000

    Switch lifecycle definition from "blocks" to "countermeasures"
---
 etc/RTIR_Config.pm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/etc/RTIR_Config.pm b/etc/RTIR_Config.pm
index 34682c6..1136164 100644
--- a/etc/RTIR_Config.pm
+++ b/etc/RTIR_Config.pm
@@ -25,7 +25,7 @@ Set( $rtirname, RT->Config->Get('rtname') );
 =item C<%Lifecycles>
 
 RTIR defines four lifecycles for each its queue: 'incidents',
-'incident_reports', 'investigations' and 'blocks'.
+'incident_reports', 'investigations' and 'countermeasures'.
 
 Note that all four lifecycles are mapped to each other, so
 in theory it's possible to move tickets between queues, but
@@ -135,7 +135,7 @@ Set(
             'resolved -> open' => { label => 'Re-open' },
         ],
     },
-    blocks => {
+    countermeasures => {
         initial         => ['pending activation'],
         active          => [ 'active', 'pending removal' ],
         inactive        => ['removed'],
@@ -174,7 +174,7 @@ Set(
             'resolved'  => 'resolved',
             'abandoned' => 'resolved',
         },
-        'incidents -> blocks' => {
+        'incidents -> countermeasures' => {
             'open'      => 'active',
             'resolved'  => 'removed',
             'abandoned' => 'removed',
@@ -191,7 +191,7 @@ Set(
             'resolved' => 'resolved',
             'rejected' => 'resolved',
         },
-        'incident_reports -> blocks' => {
+        'incident_reports -> countermeasures' => {
             'new'      => 'pending activation',
             'open'     => 'active',
             'resolved' => 'removed',
@@ -205,23 +205,23 @@ Set(
             'open'     => 'open',
             'resolved' => 'resolved',
         },
-        'investigations -> blocks' => {
+        'investigations -> countermeasures' => {
             'open'     => 'active',
             'resolved' => 'removed',
         },
-        'blocks -> incidents' => {
+        'countermeasures -> incidents' => {
             'pending activation' => 'open',
             'active'             => 'open',
             'pending removal'    => 'open',
             'removed'            => 'resolved',
         },
-        'blocks -> incident_reports' => {
+        'countermeasures -> incident_reports' => {
             'pending activation' => 'new',
             'active'             => 'open',
             'pending removal'    => 'open',
             'removed'            => 'resolved',
         },
-        'blocks -> investigations' => {
+        'countermeasures -> investigations' => {
             'pending activation' => 'open',
             'active'             => 'open',
             'pending removal'    => 'open',

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list