Bug 1083507

Summary: [test run]Click file link in run detail page, system go to 404 error page.
Product: [Other] TCMS Reporter: yangqiu <qiyang>
Component: ApplicationAssignee: cqi
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelCC: cqi, junzhang, ryang, vchen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Click file link in run detail page, system go to 404 error page none

Description yangqiu 2014-04-02 11:13:07 UTC
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:

Comment 1 cqi 2014-04-03 00:33:22 UTC
This is a deployment issue in devel server. I just changed the configuration and redeployed. Please verify again.

Comment 2 yangqiu 2014-04-03 04:14:53 UTC
Verify this bug on devel server for v3.8.7-1.--->Pass
verify steps as description.

Comment 3 yangqiu 2014-04-09 05:57:33 UTC
When do full functional testing on qa server for v3.8.7-1, the bug reopend. 
Reproduce steps as description.

Comment 4 yangqiu 2014-04-09 08:08:52 UTC
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.