summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-12-16 23:10:06 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-12-16 23:10:06 +0100
commit0f628400eae59b7394f3202306e48e64be76b273 (patch)
treead1801d6c5781d7dbf5c8eed71c20198edd9466b /extensions
parentd2a4e76059c3275f0a7ad6a7e94def4b92d08c6f (diff)
downloadbugzilla-0f628400eae59b7394f3202306e48e64be76b273.tar.gz
bugzilla-0f628400eae59b7394f3202306e48e64be76b273.tar.xz
Bug 897810 - Please add flag machine-state to the Release Engineering: Buildduty component
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/lib/Data.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm
index b5f9f084a..2c8e0bcb4 100644
--- a/extensions/BMO/lib/Data.pm
+++ b/extensions/BMO/lib/Data.pm
@@ -209,6 +209,9 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
qw/^cf_mozilla_project$/ => {
"Data & BI Services Team" => [],
},
+ qw/^cf_machine_state$/ => {
+ "Release Engineering" => ["Buildduty"],
+ },
);
# Which custom fields are acting as flags (ie. custom flags)