Created attachment 901959 [details] [test run]User can add a bug|issue into caserun with null bug_id|issue_id in run detail page. Description of problem: as subject. Version-Release number of selected component (if applicable): v3.8.8-1 on devel server. How reproducible: 100% Steps to Reproduce: 1.User enter a run detail page. https://tcms-devel.app.eng.nay.redhat.com/run/72348/ 2.Expand a caserun. 3.Click add bug link, choose Issue Tracker is bugzilla, then input nothing into bug_id form, then click add btn. Actual results: System save the null bug_id into this caserun. Expected results: System popup a warning: please input the bug_id. Additional info: The above issue also happened when add jira issue into caserun.
Dev has added input checkout for bug_id and jira_id. verify this bug on v3.8.8-1 on devel server.-->Pass verify steps are same as description.