Created attachment 907963 [details] [test case]In case detail page, user add a jira_id with space at the front of input, system will show wrong warning. Description of problem: as subjiect. Version-Release number of selected component (if applicable): v3.8.8-1 on devel server. How reproducible: 100% Steps to Reproduce: 1.Enter a case detail page, then enter bugs tab. https://tcms-devel.app.eng.nay.redhat.com/case/293140/#bug 2.Choose issue type is JIRA, then input jira_id with space at the front of input, like ' SC-12'. 3.Click add btn. Actual results: System show warning like: <ul class="errorlist"><li>__all__<ul class="errorlist"><li>Please input a valid jira id.</li></ul></li></ul> Expected results: system show warning like: Please input a valid jira id. Additional info:
fixed.
Verify this bug on v3.8.8-1 on devel server.--->Pass Verify steps are same as description.