Hey there,
we have a simple request but the implementation seems to be more complicated than it should.
Basically I configure a set of status properties (see below).
jira.issue.editable = false cannot be used, because jira-admins won't be able to update issues which is needed for maintenance reasons.
jira.permission.edit.group = jira-administrators is used, but then "Create sub-task" is still possible. This can be hidden with script runners script fragment Hide system or plugin UI element. But if anyone knows the url to create a sub-task for an issue, he is still able to do that because the functionality was not disabled.
So the question is, is there really no clean and simple way to block actions on a closed issue?
Thanks for your support