A multi-select field called "Feature Flags Enabled" has selection options of "INT Enabled", "STG Enabled", and "PROD Enabled". I want to prevent the status from changing to "QA" without the INT Enabled option being checked.
This is either a Validator or a Condition of the transition. The value can be compared with an OptionID, but I couldn't figure out how to change the OptionID from NULL to something else.
Can you suggest a way to accomplish this? I cannot use any paid plugin apps to accomplish this, so I am looking for something free or out of the box.