[Bps-public-commit] rt-extension-changemanagement branch master updated. 0.02-1-gbbfc0ab
BPS Git Server
git at git.bestpractical.com
Mon Aug 14 21:40:00 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-changemanagement".
The branch, master has been updated
via bbfc0ab3f728dd1026fc8eae9cc4773c1284139e (commit)
from a427fd78e13de3ead3f3fa6f3c8bd41f2071cc93 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bbfc0ab3f728dd1026fc8eae9cc4773c1284139e
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Aug 14 17:28:32 2023 -0400
Support to create "deployed" tickets
diff --git a/etc/ChangeManagement_Config.pm b/etc/ChangeManagement_Config.pm
index 4b481d7..477268a 100644
--- a/etc/ChangeManagement_Config.pm
+++ b/etc/ChangeManagement_Config.pm
@@ -23,7 +23,7 @@ Set(%Lifecycles,
},
transitions => {
# The following transition is required for ticket creation
- '' => [ qw( requested ) ],
+ '' => [ qw( requested deployed ) ],
requested => [ qw( approved deployed failed cancelled rejected deleted ), 'in progress', 'partially deployed' ],
approved => [ qw( deployed failed cancelled rejected deleted ), 'in progress', 'partially deployed' ],
'in progress' => [ qw( approved deployed failed cancelled rejected deleted ), 'partially deployed' ],
-----------------------------------------------------------------------
Summary of changes:
etc/ChangeManagement_Config.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
rt-extension-changemanagement
More information about the Bps-public-commit
mailing list