Created attachment 881735 [details] Click file link in run detail page, system go to 404 error page Description of problem: As subject. Version-Release number of selected component (if applicable): v3.8.7-1 on devel server How reproducible: 100% Steps to Reproduce: 1.Enter a run detail page, expand a case detail, then click 'file' link in bug form. 2.Click 'Add' link in bug form. Actual results: for step 1: system go to 404 error page. for step 2: system has no reaction. Expected results: for step 1: system go to bugzilla page. for step 2: system popup a form which can input bug id. Additional info:
This is a deployment issue in devel server. I just changed the configuration and redeployed. Please verify again.
Verify this bug on devel server for v3.8.7-1.--->Pass verify steps as description.
When do full functional testing on qa server for v3.8.7-1, the bug reopend. Reproduce steps as description.
The configuration lack the following options: BUGZILLA3_RPC_SERVER = 'https://bugzilla.redhat.com/xmlrpc.cgi' BUGZILLA_URL = 'https://bugzilla.redhat.com/' After adding, it works well.