Skip to content

Commit 49471a7

Browse files
authored
add jira config for 4.18, 4.19, 4.20 branches for red-hat-storage org (openshift#58610)
added jira config for 4.18, 4.19 and 4.20 branches for red-hat-storage org. And, update the allowed_security_levels for the issues Signed-off-by: Nikhil-Ladha <[email protected]>
1 parent a1105a0 commit 49471a7

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

core-services/jira-lifecycle-plugin/config.yaml

+22-1
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,11 @@ orgs:
903903
allowed_security_levels:
904904
- default
905905
- Red Hat Employee
906+
- Embargoed Security Issue
907+
- Red Hat Bugzilla Authorized
908+
- Red Hat Partner
909+
- Restricted
910+
- Team
906911
dependent_bug_states:
907912
- status: VERIFIED
908913
- status: RELEASE PENDING
@@ -931,6 +936,11 @@ orgs:
931936
allowed_security_levels:
932937
- default
933938
- Red Hat Employee
939+
- Embargoed Security Issue
940+
- Red Hat Bugzilla Authorized
941+
- Red Hat Partner
942+
- Restricted
943+
- Team
934944
exclude_defaults: true
935945
is_open: true
936946
state_after_close:
@@ -939,7 +949,7 @@ orgs:
939949
status: MODIFIED
940950
state_after_validation:
941951
status: POST
942-
target_version: odf-4.17
952+
target_version: odf-4.18
943953
valid_states:
944954
- status: NEW
945955
- status: ASSIGNED
@@ -977,5 +987,16 @@ orgs:
977987
release-4.17:
978988
dependent_bug_target_versions:
979989
- odf-4.18
990+
- odf-4.17.z
980991
target_version: odf-4.17
981992
validate_by_default: true
993+
release-4.18:
994+
dependent_bug_target_versions:
995+
- odf-4.19
996+
target_version: odf-4.18
997+
validate_by_default: true
998+
release-4.19:
999+
dependent_bug_target_versions:
1000+
- odf-4.20
1001+
target_version: odf-4.19
1002+
validate_by_default: true

0 commit comments

Comments
 (0)