Duplicate fields are displayed when changing tabs within a Jira issue
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs 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
Summary
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.
Solution
Resolution
Resolve the missing tags.
Method 1 – Identify the broken field via HTML response.
Open Developer Tools for your browser.
Navigate to the affected issue screen.
Search for a POST request to /TheAffectedScreen.jspa with status 202 or 304.
Open the referrer link to the URL of the field configuration (if available).
Add any missing open or closing tags or remove the extra tag.
Method 2 –Identify the broken field manually:
Determine which tab the duplicate page starts carrying to the next tab.
Identify the fields on the affected tab:
⚙️ → Issues → Screens : Search for the screen scheme and click the link.
Click to open the appropriate screen for the Issue Operation.
Note the fields on the affected tab.
Review the configuration of the fields for the affected tab.
⚙️ → Field Configurations : Search for the field configuration scheme and click the link.
Click to open the appropriate field configuration for the affected issue type.
Click Edit on each field that is configured for that tab.
Check for missing open or closed HTML tags.
Add any missing open or closing tags or remove the extra tag.
Was this helpful?