Bug 1326559

Summary: Product level Fields moved to params.json should move to the database
Product: [Community] Bugzilla Reporter: Jeff Fearn 🐞 <jfearn>
Component: AdministrationAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED NEXTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 5.0CC: huiwang, jmcdonal, mtahir, qgong
Target Milestone: 5.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-16 06:06:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1284341    

Description Jeff Fearn 🐞 2016-04-13 03:54:22 UTC
Description of problem:
AS subject

Version-Release number of selected component (if applicable):
5.0

How reproducible:
Always

Steps to Reproduce:
1. ./checksetup

Actual results:
The following parameters are no longer used in Bugzilla, and so have been
moved from your parameters file into ./data/old-params.txt:
rh_always_cc, rh_doc_type_text, rh_component_template, rh_ext_bz_regex, rh_no_clear_acks, rh_on_dev_products

Expected results:
Not deleting required fields

Additional info:
This is the only thing I can find that is broken using ./checksetup for Bugzilla 5.

Comment 1 Jeff Fearn 🐞 2016-04-13 04:25:11 UTC
Seems half of them are in the Red Hat exstension but missing the type.

A list of types can be found in Bugzilla/Config/Common.pm

Comment 2 Jeff Fearn 🐞 2016-04-14 00:21:42 UTC
After considering the complexity of changing the params code to handle objects it's become clear that moving them to the database is a more robust approach.

Will open another 3 bugs ease code review and QE.

This bug will be for moving rh_on_dev_products, rh_no_clear_acks, & rh_always_cc to product level settings.

Comment 5 Rony Gong 🔥 2016-05-04 07:38:04 UTC
QA environment(5.0.2-rh5)
Result: Pass
Steps:
These 3 features could work well now 
rh_on_dev_products, rh_no_clear_acks, & rh_always_cc.