Required Field Exception Is Not Displayed When Integrating JIRA with IIS

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

When creating or editing an issue, the exception "The Field is Required" is not being displayed.  

Cause

When submitting an empty required field, the action will resulted in a 400 Bad Request exception.

Resolution

  1. Open the web.config that's in the folder you setup in IIS for JIRA.
  2. Add the following lines within the file

    <system.webServer>
        <httpErrors errorMode="Detailed" />
    </system.webServer>


Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.