Broken Jira styles after upgrading to Jira 7.10 or higher
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
Jira shows broken styles in displaying dashboards, project menu and issues pages after doing an upgrade to Jira 7.10 or higher.
No errors are displayed in the logs.
The broken styles look like below screenshots:


Diagnosis
Environment
Recent upgrade to Jira 7.10 or later.
Diagnostic Steps
Execute the below SQL query to verify if there is any plugins that are disabled in the Jira pluginstate table:
1
select * from pluginstate
Cause
For some reason, the Jira Feature Keys system plugin is disabled, you can verify this from the output of the above query or from the UI:

This plugin is responsible for setting the spectrum flags to true (among other feature flags) which enables Jira to use the new version of Styles that are shipped with Jira as of Jira 7.10 and later.
We have a suggestion to implement a warning about Jira system plugins being disabled to try to mitigate plugins going disabled without notice:JRASERVER-69471 - Add health check warning for Jira bundled system plugins in disabled state.
Solution
Resolution
The fix for this issue is to enable the Jira Feature Keys plugin from the Jira UI.
To enable the plugin, please proceed to ⚙ -> Add-ons -> Manage apps, then select All apps, search for the plugin: Jira Feature Keys and make sure that it is enabled.
This should solve the issue immediately without need to restart Jira.
Was this helpful?