I need to restrict edit issues in status Open for reporter.
Based on this article i'm trying to use properties in any configuration
jira.permission.edit.reporter = false
jira.permission.edit.reporter = denied
but this properties don't work
i'm trying to use workaround and restrict edit issues for all users except one user, using
jira.permission.edit.user = userid
but this properties also doesn't work
where I have a mistake?