Closed rbhole closed 1 year ago
The error is coming from Azure DevOps not from Aggregator.
The field 'Risk Severity' contains the value '13 - 25 (High)' that is not in the list of supported values
means that the Custom.RiskSeverity
fielkd does not accept a generic string value: the value must be selected from the list of allowed values. The allowed values are set in the field definition: look in your Project Settings.
Thanks @giuliov
Hi,
I have 3 List fields Risk Probability (RP), Risk Impact(RI), and Risk Severity(RS). Based on the option selected from RP and RI then RS should calculate and set the value from the rule. My code as below, RP, RI, and RS all fields datatype are the Picklist (string).
After deploying the rule, I got the error as below,
So how can I set the list value to the RS field?