-
Bug
-
Resolution: Fixed
-
Highest
-
4.19.0, 4.20.0, 4.19.1, 4.19.2, 4.20.1
-
None
-
19
-
Severity 2 - Major
-
723
-
-
Issue Summary
- Customers on Jira Service Management Server instance, 4.19 and higher, have the Insight plugin listed under the "user Installed" under the "Manage Apps" and the options to "Disable" "Uninstall" are available. When disabling or uninstalling the plugin, it does disable the JSM modules and the Customer Portal goes missing. We need this to be highlighted in the release notes for the JSM 4.19 and higher as:
DO NOT PERFORM Insight "Disable" "Uninstall" ON JSM 4.19.x and 4.20.0, 4.20.1 and 4.20.2
Disabling Insight on these version will break and disable all JSM dependencies
On versions 4.20.3 and above you can disable/uninstall it.
- Details on How to install, uninstall, enable or disable Insight .
Workaround:
- If you disabled the Insight plugin and experiencing issues such as: JSM is missing, showing uninstalled, all the JSM plugins showing disabled and could not be enabled, try the following:
1. Stop Jira
2. Run the following SQL
delete from dbo.pluginstate;
This will re-enable all plugins.
3. Delete the following hidden folders before trying to start Jira back up -
Navigate to $JIRA-HOME/plugins;
Find and completely delete the following folders (they are hidden by default):
.osgi-plugins
.bundled-plugins
This would clear out any corrupt plugin caches as well.
4. Start Jira
- If concerned about the JSM/Insight advisory CVE-2018-10054 , the main fix is to upgrade Jira to 4.20.0+, or as for mitigation, removing the H2 DB Jar file would be the best approach to avoid this vulnerability. Avoid disabling/installing the insight Plugin.
Form Name |
---|
Disabling Insight on Jira Service Management Server 4.19+ will break and disable all JSM dependencies
-
Bug
-
Resolution: Fixed
-
Highest
-
4.19.0, 4.20.0, 4.19.1, 4.19.2, 4.20.1
-
None
-
19
-
Severity 2 - Major
-
723
-
-
Issue Summary
- Customers on Jira Service Management Server instance, 4.19 and higher, have the Insight plugin listed under the "user Installed" under the "Manage Apps" and the options to "Disable" "Uninstall" are available. When disabling or uninstalling the plugin, it does disable the JSM modules and the Customer Portal goes missing. We need this to be highlighted in the release notes for the JSM 4.19 and higher as:
DO NOT PERFORM Insight "Disable" "Uninstall" ON JSM 4.19.x and 4.20.0, 4.20.1 and 4.20.2
Disabling Insight on these version will break and disable all JSM dependencies
On versions 4.20.3 and above you can disable/uninstall it.
- Details on How to install, uninstall, enable or disable Insight .
Workaround:
- If you disabled the Insight plugin and experiencing issues such as: JSM is missing, showing uninstalled, all the JSM plugins showing disabled and could not be enabled, try the following:
1. Stop Jira
2. Run the following SQL
delete from dbo.pluginstate;
This will re-enable all plugins.
3. Delete the following hidden folders before trying to start Jira back up -
Navigate to $JIRA-HOME/plugins;
Find and completely delete the following folders (they are hidden by default):
.osgi-plugins
.bundled-plugins
This would clear out any corrupt plugin caches as well.
4. Start Jira
- If concerned about the JSM/Insight advisory CVE-2018-10054 , the main fix is to upgrade Jira to 4.20.0+, or as for mitigation, removing the H2 DB Jar file would be the best approach to avoid this vulnerability. Avoid disabling/installing the insight Plugin.