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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.