Talking strictly about specific statuses - the 'jira.issue.editable' property is the one to do this with:
# https://confluence.atlassian.com/adminjiraserver/workflow-properties-938847526.html
So, on the workflow, add this property with 'true' value to the Closed status, and any issue in it should now be uneditable.
There is a trick I use as well in some cases.
In the edit screen for the issue type, remove all the fields that you want to lock down. (could be all fields)
Then create a looping transition (transition that loops back to the calling status) and give that transition a transition screen with the field you want to edit. So instead of using the built in "edit" button, the user has to use the transition to update the ticket.
Then put conditions on the transition as desired to prevent it from being used when the ticket is in a closed state.
Another benefit is you can add validators to make sure that what was edited meets whatever requirements you want.
Its a neat little trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.