diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-12-16 23:10:06 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-12-16 23:10:06 +0100 |
commit | 0f628400eae59b7394f3202306e48e64be76b273 (patch) | |
tree | ad1801d6c5781d7dbf5c8eed71c20198edd9466b /extensions | |
parent | d2a4e76059c3275f0a7ad6a7e94def4b92d08c6f (diff) | |
download | bugzilla-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.pm | 3 |
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) |