Hi
Just upgraded our JIRA (on-premise) to 8.1.0 and when I create a new issue I get the following error message.
Exception occurred: com.atlassian.plugins.rest.common.json.JsonMarshallingException: org.codehaus.jackson.map.JsonMappingException: Caught SQLServerException for select ACTION.id, ACTION.issueid, ACTION.author, ACTION.actiontype, ACTION.actionlevel, ACTION.rolelevel, ACTION.actionbody, ACTION.created, ACTION.updateauthor, ACTION.updated, ACTION.actionnum from jiraschema.jiraaction ACTION where ACTION.issueid = ? and ACTION.actiontype = ? order by ACTION.created asc, ACTION.id asc offset ? rows fetch next ? rows only (through reference chain: com.atlassian.jira.quickedit.rest.api.field.QuickEditFields["createdIssueDetails"]->com.atlassian.jira.rest.v2.issue.IssueBean["fields"]->java.util.HashMap["comment"])
But I can then close the dialog and the issue has been successfully created anyway.
We are using SQL server 2008 R2 because that is available in the organization. Could it be that this can cause this problem or can it be fixed?
Planning to migrate from the MS SQL to a JIRA only version of MySQL.
/Berndt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, 2008 R2 is not supported.
https://confluence.atlassian.com/adminjiraserver/supported-platforms-938846830.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.