I am trying to find a way of restricting the ability to reopen an issue when the fixversion has been released. Can that be done?
On the reopen transition, add a condition to verify that the issues not belong to a released version using the JQL. This may need the use of ScriptRunner / any other plugin that might support this.
fixVersion not in releasedVersions()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.