After upgrading Jira Service Management to version 4.15 and above, the Insight menu button disappears
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
Summary
After upgrade Jira Service Management to version 4.15 and above, the Insight menu button disappears and the Insight plugin doesn't seem installed
Environment
Jira Service Management 4.15 and above
Diagnosis
- Insight plugin may not be found in the Jira Administration > Manage apps > Manage apps page depending on the causes stated below
- You've tried to enable the Insight plugin but there's an error without more description on the page
- You've tried installing one of the Insight plugins from Atlassian Marketplace but it didn't resolve the issue
Cause
Since Jira Service Management 4.15, Insight plugin is installed along with the Jira Service Management application and the version starts with 9.0.2, which is not downloadable from Atlassian Marketplace or anywhere else. The Insight plugin might not be installed/enabled properly during the installation process of Jira Service Management application due to other factors
- insight-9.x.y.jar file is not found in <Jira_home>/plugins/installed-plugins
- Insight plugin seems installed in the Manage apps page but the Insight menu does not appear on the top of the page, or plugin is disabled and cannot be enabled
Solution
For cause 1, reinstall Jira Service Management application with the steps below.
- Back up Jira just in case it's needed.
- Head over to Jira Administration > Applications > Versions & licenses page.
- Click on the Uninstall link below Jira Service Management application.
- A message will pop up with a confirmation to uninstall the application, as well as an option to also remove the license and configuration. Untick the option so that the application license and configuration will remain.
- Once the uninstallation is done, you can restart Jira to refresh application cache or just proceed to reinstall Jira Service Management application on the same page.
- Once Jira Service Management application is reinstalled, navigate to Jira Administration > Manage apps > Manage apps and verify if Insight is installed.
- Depending on the Jira Service Management version as well as Server/Data Center, the Insight plugin may appear under different category. Insight plugin in different instance type and version shows where Insight plugin can be found on the UI.
- Insert a license for the Insight plugin if necessary and enable Insight if it's currently disabled. Upon refreshing the page you are viewing, Insight menu should be available at the top of the page and ready to be used.
For cause 2, clear the plugin state with the steps below.
- Stop Jira.
Run the SQL query below to clear the state of Insight plugin.
delete from pluginstate where pluginkey like '%jira.plugins.insight%'
Start Jira.
- Once logged into Jira as a user with permission to use Insight, the Insight menu should be available at the top of the page and ready to be used. Otherwise, navigate to Jira Administration > Manage apps > Manage apps and verify if Insight is installed, enabled and licensed if necessary.
Other Notes
If further troubleshooting needed, please contact Support with information below.
- Jira Support zip
- If Insight plugin can be found installed in the Manage apps page, expand it and share a screenshot of the plugin details
Result of the SQL query below
select * from pluginstate where pluginkey like '%jira.plugins.insight%'
Any additional information that could help Support to understand the issue better. For example, from which version Jira was upgraded, what other actions have been carried out to try fixing the issue.