I have a workflow that denies editing after reaching a particular status (this is not the closed status), there are several subsequent statuses.
I use the workflow property jira.issue.editable=false for this status. But i do not want to block the whole issue for editing. It must be possible for users to add attachments and edit some fields of the issue even when it is editable=false.
Is there a way to solve this?