Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Some users can't edit Releases versions.

Fedorov Fedor April 1, 2021

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"])

edit version.jpg

What could be the problem ?

Mi instance is Jira Server v.8.15.0.

Thx.

Regards, Fedor Fedorov

1 answer

0 votes
AviGhosh
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 3, 2021

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

Suggest an answer

Log in or Sign up to answer