Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to make only one field editable after done transition

Arunajyothi Samala February 16, 2024

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

2 answers

1 vote
Anna Hryhoruk _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 20, 2024

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

0 votes
Humashankar VJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 16, 2024

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

Suggest an answer

Log in or Sign up to answer