I have a property in the workflow transition to "done" to make the issue uneditable(Edit=false) after done transition. But for business requirement, we want to make only one field "Fix Version/s:" editable after done status.
We have ScriptRunner and PowerScripts Pluggins
Hello @Arunajyothi Samala ,
Power Scripts currently does not support workflow properties. Therefore, the alternative solution is to use Live Fields with a condition in script that disables fields when the status is "done," and then list all fields except for Fix Version/s. I don`t have an exact example, but the use case described here and this one are a bit similar. However, this approach requires maintaining a list of disabled fields and updating the script each time a new field is added.
Also, I do not exclude that there may be a few other ways to achieve similar behavior.
Hope it helps!
Anna
Hello,
Create a new behavior script by defining the condition and
Set the field edibility to get a reference to the fix version and
Its edibility to true if the issue is in Done staus
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.