Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change to readonly after transition

Damjan Music March 24, 2020

I would like to have fixVersion field as readonly after issue trasits from Development to test. That would mean that developer can set the fixVersion before he passes issue to testers. After issue was passed, I would not like them to change fixVersion.

Is this possible in someway?

1 answer

0 votes
Aditya Sastry
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.
March 24, 2020

It is possible through behaviours (paid plugin). quite simple. Just add the field and make it read only on whatever step you need.

Another complex solution without behaviours -

Create a custom version picker field as "Fix Versions". Create a button something like "Add Fix Versions" (to be visible till the development step). On the click of button, open a transition with Fix Version field. Write a post function to copy the fix version to the custom fix version field. Show this custom fix version field in the view screen always. Add a condition in the "Add Fix Version" button not show the step once it goes to test.

I haven't tried this but have tried some what similar approach for my other requirements.

Suggest an answer

Log in or Sign up to answer