Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix muting of incorrect issues when bound to SonarCloud #5181

Closed
georgii-borovinskikh-sonarsource opened this issue Jan 17, 2024 · 0 comments · Fixed by #5182
Closed

Fix muting of incorrect issues when bound to SonarCloud #5181

georgii-borovinskikh-sonarsource opened this issue Jan 17, 2024 · 0 comments · Fixed by #5182

Comments

@georgii-borovinskikh-sonarsource
Copy link
Contributor

On version 7.5 and release candidate 7.6.0.82886 when a solution is bound to SC, the mark as resolved button incorrectly mutes a different issue with the same rule id in a different file.

The root cause is that when we match the issues, we expect them to be from the single file. However, because the request to SC was malformed, it actually returned issues from different files. The issue is that the same filter key is named differently on different servers: components for SQ and componentKeys for SC, and we only support the 1st one.

@georgii-borovinskikh-sonarsource georgii-borovinskikh-sonarsource created this issue from a note in SLVS Kanban (To do) Jan 17, 2024
@georgii-borovinskikh-sonarsource georgii-borovinskikh-sonarsource changed the title Muting of incorrect issues when bound to SonarCloud Fix muting of incorrect issues when bound to SonarCloud Jan 17, 2024
@georgii-borovinskikh-sonarsource georgii-borovinskikh-sonarsource moved this from To do to In progress in SLVS Kanban Jan 17, 2024
@georgii-borovinskikh-sonarsource georgii-borovinskikh-sonarsource added this to the 7.6 milestone Jan 18, 2024
@github-actions github-actions bot moved this from In progress to Review in progress in SLVS Kanban Jan 18, 2024
@github-actions github-actions bot moved this from Review in progress to In progress in SLVS Kanban Jan 19, 2024
@github-actions github-actions bot moved this from In progress to Review in progress in SLVS Kanban Jan 19, 2024
SLVS Kanban automation moved this from Review in progress to Done Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants