Duplicate fields are displayed when changing tabs within a Jira issue

Still need help?

The Atlassian Community is here for you.

Ask the community


Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

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

Problem

The same fields are displayed when moving between different tabs in a Jira (Jira 7.13.1+) issue.

Diagnosis

Environment

  • Jira 7.13.1+

Diagnostic Steps

  • Opening different tabs does not refresh the fields displayed on tabs. 

  • The correct fields are not displayed that are configured in the screen scheme for the issue type and operation.

  • There is an HTTP POST request to /TheAffectedScreen.jspa with status 202 or 304.

Cause

There are missing HMTL tags in text field configurations.

Resolution

Resolve the missing tags.

  • Method 1   Identify the broken field via HTML response.
    1. Open Developer Tools for your browser.
    2. Navigate to the affected issue screen.
    3. Search for a POST request to /TheAffectedScreen.jspa with status 202 or 304.
    4. Open the referrer link to the URL of the field configuration (if available).
    5. Add any missing open or closing tags or remove the extra tag.
  • Method 2   Identify the broken field manually:
    1. Determine which tab the duplicate page starts carrying to the next tab.
    2. Identify the fields on the affected tab:
      1. ⚙️ → IssuesScreens : Search for the screen scheme and click the link.
      2. Click to open the appropriate screen for the Issue Operation.
      3. Note the fields on the affected tab.
    3. Review the configuration of the fields for the affected tab.
      1. ⚙️ → Field Configurations : Search for the field configuration scheme and click the link.
      2. Click to open the appropriate field configuration for the affected issue type.
      3. Click Edit on each field that is configured for that tab.
      4. Check for missing open or closed HTML tags.
    4. Add any missing open or closing tags or remove the extra tag.
DescriptionDuplicate fields displayed on issue tabs.
ProductJira, Jira Software, Jira Service Management
Last modified on Nov 23, 2020

Was this helpful?

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