Hello,
Some users can't edit Releases versions. And I can't edit version too, but I have Admin Jira account and permissions in project.
After editing and saving, an error appears.
Unrecognized field "as_sfid" (Class com.atlassian.jira.rest.v2.issue.version.VersionBean), not marked as ignorable at [Source: org.apache.catalina.connector.CoyoteInputStream@162f4ae6; line: 1, column: 118] (through reference chain: com.atlassian.jira.rest.v2.issue.version.VersionBean["as_sfid"])
What could be the problem ?
Mi instance is Jira Server v.8.15.0.
Thx.
Regards, Fedor Fedorov
Basically, this issue is caused when due to a network requirement, an extra parameter is injected into a PUT request e.g. a Web Application Firewall might add a parameter to enhance XSRF protection. In such a case, JIRA will reject the request as a bad request (400 error) because it can't recognize the parameter. You need to fix it from the network end
It might be a case that some firewall is injecting this field which Jira is unable to handle.
There is also https://jira.atlassian.com/browse/JRASERVER-65776 suggestion but that has been closed due to not much attention from users
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.