Hello,
I am looking for a way to stop users from being able to edit or transition issues that have already been marked as done/resolved/canceled.
Any idea how I can achieve this?
I tried to use the jira.issue.editable property in the workflow, and that doesn't seem to work. Any other ideas?
Not sure why the editable property didn't work. However, either don't have a transition from the Done status or only allow the project manager to execute it. Normally the only transition would be to re-open the issue or to allow changing the resolution reason.
I removed that transition after I posted this and that did the trick. Not sure why that was there in the first place. I'll see how this goes for now, and if I find they're still getting opened, I'll have to look into the resolution reason.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The jira.permission.edit doesn't stop you from transitioning the issue it disables the ability to edit the issue. I agree with Joe to limit the transition to a user group like admins or a project role Manager or someone.
Use jira.permission.edit to disable edit and add a user-based condition on the transition. Those who don't match the condition won't see the transition.
BR, Olga
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The property should be set for the 'Done' status or whatever status that you want to restrict the users from editing the issue.
And, the property should be set as follows:
jira.issue.editable=false
Property Key = jira.issue.editable
Property Value = false
Hope this helps.
Thanks,
Vamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @JayJuan Jones
As @Vamsi Kandala mentioned please check that you didn't add the property to the transition, the property needs to be added to the status itself. If this doesn't work try duplicating the workflow and see if the problem replicates.
BR, Olga
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.