Created attachment 907554 [details] [test run]When add a invalid bug_id|jira_id into caserun, system does not tell user how to correct the input. 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.Enter a run detail page. https://tcms-devel.app.eng.nay.redhat.com/run/72357/ 2.Add a invalid bug_id|jira_id into caserun, like: bug_id is 123456789, jira_id is tcms-123. 3.In add bug dialog, click save btn. Actual results: for bugzilla: system show warning: Please input a valid bug id. for jira: system show warning: Please input a valid jira id. Expected results: for bugzilla: system show warning: Please input a valid bug id which is 7 numberes, like:1234. for jira: system show warning: Please input a valid jira id which is [A-Z0-9]-[0-9], like: TCMS-123. Additional info:
for bugzilla: Please input a valid bug id which is less equal 7 numberes, e.g. 1001234 for jira: Please input a valid jira id, e.g. TCMS-32
Verify this bug on v3.8.8-1 on devel server.--->Pass Verify steps are same as description.