Field Error Message is not Displayed when Creating Issue from Quick Create Issue Dialog
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
症状
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
原因
The proxy in front of JIRA have ProxyErrorOverride
parameter enabled when the default is off.
ソリューション
- 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.