Field Error Message is not Displayed when Creating Issue from Quick Create Issue Dialog
Platform Notice: Data Center - This article applies to Atlassian products on the Data Center platform.
Note that this knowledge base article was created for the Data Center version of the product. Data Center knowledge base articles for non-Data Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
When filling up an incorrect format of a value in a field of Quick Create Issue dialog, it does not throws any error in the dialog, rather it redirected to the page with the error like below when clicking the "Create" button.
https://<base_url>/secure/QuickCreateIssue.jspa?decorator=none
HTTP/1.1 400 Bad Request
Date: Thu, 30 Jan 2014 10:39:26 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 249
Connection: close
Content-Type: text/html; charset=iso-8859-1
Cause
The proxy in front of JIRA have ProxyErrorOverride
parameter enabled when the default is off.
Resolution
- Open the Proxy configuration file
Check if
ProxyErrorOverride
is enabled/on.- If it is enabled, set it to off.
- Restart the Proxy(Apache) and try the operation again.