Setting multiple ignore criteria through UI is broken

Specifying multiple rules in sonar.issue.ignore.multicriteria through UI is broken. My use case:
https://sonarcloud.io/project/settings?category=exclusions&id=cloudprober_cloudprober#sonar.issue.ignore.multicriteria

I am not able to add more rules to it. It looks like a UI bug to me. UI is parsing multiple rules into wrong JSON, resulting in an error. It used to work earlier.

Hi,

Welcome to the community!

The ** pattern means 0-n directories. * is used to mean 0-n characters.

Several of your patterns are invalid. Can you correct them and see if you still get an error?

 
Thx,
Ann

Thanks for your response, Ann! I did try resetting and changing the patterns. Attached another screenshot. This issue seems to be completely independent. Frontend seems to be arranging these rules into JSON incorrectly.

Hi,

Thanks for trying. I’m going to flag this for the team.

 
Ann

Hello, we had an issue that is already mitigated.
I hope you are all good now!