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:
<span>SELECT</span> <span>*</span> <span>FROM</span> pluginstate <span>where</span> pluginenabled <span>=</span> <span>'false'</span><span>;</span>
If you see any disabled plugins, especially related to com.atlassian.servicedesk:sla-web-panel you can enable it by using the following:
<span>UPDATE</span> pluginstate <span>SET</span> pluginenabled<span>=</span><span>'true'</span> <span>WHERE</span> pluginkey<span>=</span><span>'<pluginkey from query above>'</span><span>;</span>
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
It looks like you're new here. Sign in or register to get started.