Create New Filter On Config Item From Workspace Doesn't Show the 'Is One Of' optionIssue ProblemWhen creating a new filter for a Configuration Item in the Workspace, the 'Is One Of' operator is not visible. However, if you choose 'Contains' and save the filter, then close and reopen it, the 'Is One Of' operator becomes available. Steps to reproduce 1. Go to any service operations workspace2. Go to incidents > all3. Go to filter and remove any field on it4. select field configuration item an use operator "contains"=> Observe there is not any "is one of" operator5. Go back to advanced view6. Observe now, the option "is one of" is available.ReleaseGenericCauseRoot CauseThe platform behaves as expected. When using the 'Contains' operator on a reference field, it is automatically dot-walked to the 'Name' field by default. The 'Is One Of' operator is only available for the dot-walked 'Name' field, which becomes visible after saving the filter and reopening it.ResolutionSteps to Resolve1. When creating a new filter, instead of selecting the Configuration Item alone, perform a dot-walk to the 'Name' field directly. For example, select 'Configuration Item>Name' instead of just 'Configuration Item'.2. After selecting the dot-walked field, the 'Is One Of' operator will be available in the operator dropdown.