Hello,
I am testing to see how I can make an issue to be not editable when it's status is set to Done and Resolution is set to Done. I did add the jira.issue.editable property to the status that leads to Done and set to false. This does not seem to work, the issue seems to be editable still. And furthermore, I do not want to allow issues that are canceled to be locked. Is there a way I can accomplish this?
The jira.issue.editable needs to be added to a step. In this case to the DONE status.
https://confluence.atlassian.com/jirakb/issues-are-editable-in-closed-state-218268664.html
Once added, publish the workflow and the issue shouldn't be editable anymore.
Regards
Thanks @Aaron Pavez _ServiceRocket_ I did notice that I had my property set on the transition property not the status property and that works. Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @David Whitlock
Can you show us the workflow diagram for the workflow you are trying to modify?
Is "canceled" a Status or a Resolution?
You can set the editable property based on the Status the issue is in. You can't set it based on the Resolution value. If Canceled is a Resolution value under the same status where "Done" is a Resolution value, you would not be able to lock the Done issue but leave the Canceled issues unlocked. Canceled would have to be a separate Status value.
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.