Am working in creation of Process template and rules for the work item types in Azure DevOps Boards. I had checklist defined as Test Case Executed = True or false in Boolean type. Where users must fulfill this condition to true to move the user story state from test to staging.
Now to protect this field am trying to create a custom rule for this Boolean Type field by defining if current user is not a member of this group then make read only = Test Case Executed field But this rule doesn’t work even after creating this rule am getting error as: Test case executed field was empty and there should be value.
Hence i cannot lock this fields any way, please help me in any other possible ways/suggestions to lock this Field (Required).
- Tried Creating multiple groups and set the rule Where Current user is not a member of group = (groupname) Then Make Read Only = Test Case Executed.
- Even Tried with other Fields (Multi Value Picker Instead of boolean ) but same Issue. I was able to lock the fields but whenever i create a new work item locked field throws an Error:Test case executed field was empty and there should be value.
- Also was unable to edit the required value for boolean field


Help me with the solution/Other Suggestions to lock the custom field for Boolean Type as this is required for Client.