Ignore Issues on Multiple Criteria doesn't exclude the rule from the filter search

Hi
I’m using Sonar Enterprise Edition v2025.1.
I have this path in my project: Ariel/src/poc
Currently my project has sonarway java quality profile, and I wanted exclude few rules, so I used Ignore Issues on Multiple Criteria:
Rule Key Pattern: S1192
File Path Pattern: Ariel/src/poc/**/*

It was suppose to exclude around 100 issues from my path, however, once I pressed ‘Apply’, when I’m filtering the project in the GUI by folder, I can still see that rule and its issues.
Does it getting update in the next scan? if not, what could be the issue?

Hey there.

You’ll need to submit a new analysis for the exclusions to take effect.

Tnx, it’s worth mention it in the official documentation (I don’t recall I saw it)