JIRA_support_2017-12-06-12-07-41.zip
Hi Roberto,
Unfortunately the Support Zip you sent did not come through. When you look at your Support Zip take a look to see if you can find any add-ons that did not load or OutOfMemory errors.
Next, look in Manage Add-Ons and see if all the modules are enabled for the Web Panel Plugin:
Additionally you can run the following to see if there are any disabled add-ons:
SELECT * FROM pluginstate where pluginenabled = 'false';
If you see any disabled plugins, especially related to com.atlassian.servicedesk:sla-web-panel you can enable it by using the following:
UPDATE pluginstate SET pluginenabled='true' WHERE pluginkey='<pluginkey from query above>';
Once you do that you'll restart JIRA.
Let me know if that does not resolve the issue and we'll go from there. If it does not, see if you can find any snippets in the logs that correspond to this behavior and paste the snippet here.
Cheers,
Branden
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.