From bb05a0659f30c63bbe7f27343494376fc450bbc5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 13 Sep 2022 12:22:39 -0700 Subject: [PATCH] core-services/jira-lifecycle-plugin: Drop dependent_bug_states for 4.11 Returning to the defaults. This happened for the Bugzilla plugin in 3029e8bef8 ([4.11 GA] Update bugzilla configuration (#31215), 2022-08-10), but the Jira plugin was overlooked then. The main benefit of the defaults is that MODIFIED and ON_QA 4.12.0 bugs may fail to address the issue, and we don't want to be backporting changed into 4.11.z until we know the 4.12 analog actually fixed the issue. --- core-services/jira-lifecycle-plugin/config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core-services/jira-lifecycle-plugin/config.yaml b/core-services/jira-lifecycle-plugin/config.yaml index 38afff541d80a..45b924d042bcc 100644 --- a/core-services/jira-lifecycle-plugin/config.yaml +++ b/core-services/jira-lifecycle-plugin/config.yaml @@ -95,10 +95,6 @@ default: target_version: 4.10.z validate_by_default: true openshift-4.11: - dependent_bug_states: - - status: MODIFIED - - status: ON_QA - - status: VERIFIED dependent_bug_target_versions: - 4.12.0 target_version: 4.11.z @@ -152,10 +148,6 @@ default: target_version: 4.10.z validate_by_default: true release-4.11: - dependent_bug_states: - - status: MODIFIED - - status: ON_QA - - status: VERIFIED dependent_bug_target_versions: - 4.12.0 target_version: 4.11.z