Hello! I'm trying to do this article (https://confluence.atlassian.com/jirakb/missing-sla-data-in-jira-servicedesk-828790603.html), but I received a blank page. I'm using JIRA DATA CENTER
Hi Valeria,
What version of Service Desk are you running, e.g. 3.4, etc?
If you take a look at your logs do you see anything resembling the following:
An exception occured while rendering the web panel: com.atlassian.servicedesk:sla-web-panel (null)
java.lang.NullPointerException
at java.util.Objects.requireNonNull(Objects.java:203)
at io.atlassian.fugue.Option.some(Option.java:87)
at com.atlassian.servicedesk.internal.sla.goal.view.GoalViewServiceImpl.updateCompleteSLAData(GoalViewServiceImpl.java:493)
After looking into other similar support cases reported by other customers, we found that this issue could be caused by some unsupported 3rd party add-on but at this moment, I am unable to confirm that.
Next steps
To continue with the investigation, can you provide run the following tests and let me know the results?
TEST 1
Please note that with this test, all the add-ons that you installed will be temporarily disabled (including Service Desk), so you might need to schedule it during a maintenance window so that it doesn't impact your business, or you might need to create a clone test instance to run this test.
Here is the steps:
TEST 2
SELECT ( p.pkey || '-' || i.issuenum ) AS issuekey, cf.cfname, cv.textvalue FROM customfield cf, customfieldvalue cv, jiraissue i, project p WHERE i.project = p.id AND cv.issue = i.id AND cv.customfield = cf.id AND cf.customfieldtypekey = 'com.atlassian.servicedesk:sd-sla-field' AND p.pkey = 'ISSUE_KEY' AND i.issuenum IN (ISSUE_NUMBER);
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.