Issue Navigator in JIRA does not load properly

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

  • JIRA Issue Navigator page does not load properly. 

 

Cause

The Context 'path' parameter defined in server.xml has a '/':

<Context docBase="${catalina.home}/atlassian-jira" path="/" reloadable="false" useHttpOnly="true">

Resolution

  • Edit the server.xml file and remove '/' from the 'path' parameter.

    <Context docBase="${catalina.home}/atlassian-jira" path="" reloadable="false" useHttpOnly="true">
Last modified on Feb 26, 2016

Was this helpful?

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