Error rendering 'com.atlassian.servicedesk:sla-web-panel'. Please contact your JIRA administrators.

Roberto Lindmark December 6, 2017

JIRA_support_2017-12-06-12-07-41.zip

 

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 6, 2017

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:

Screen Shot 2017-12-06 at 1.09.44 PM.png

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

Suggest an answer

Log in or Sign up to answer