I am modifying a workitem using the XML model on Azure Dev Ops server 2022.
I have a short checklist, made up of checkboxes, like
x Independent x Negotible x Valuable x Estimable x Small x Testable
Before the state can be changed to ready, all the checkboxes must be set to true.
How can I write rules for this in the WIT?
I tried to use MATCH and PROHIBITEDVALUES, but these rule elements are not working with booleans.
You may add your custom field for validation purposes:
Then use it as prohibited values in the state: