sleroy / sonar-slack-notifier-plugin

SonarQube plugin for sending notifications to Slack
Other
40 stars 17 forks source link

Bug: the username isn't formatted correctly #13

Open hakuno opened 3 years ago

hakuno commented 3 years ago

The notification begins with a buggy message.

Maybe it can't render the mention or something like that. You can see my screenshot.

The 'username' appears as <!SonarQube> within some code format markdown.

It's the 8.0-beta release. I run SonarQube 8.9 LTS btw.

Thanks in advance!

image

hakuno commented 3 years ago

I realized your medium post has the same issue https://sylvainleroy.medium.com/how-to-send-notifications-to-slack-with-sonarqube-45e0f09e4774

Is that okay so?

flynet commented 2 years ago

The same issue. Any update ?

sleroy commented 2 years ago

Sorry, I didn't have the time to maintain it.

How should the bug be fixed? I may have a look at it this weekend.

Best regards Sylvain

Le jeu. 3 nov. 2022, 16:21, Alex @.***> a écrit :

The same issue. Any update ?

— Reply to this email directly, view it on GitHub https://github.com/sleroy/sonar-slack-notifier-plugin/issues/13#issuecomment-1302274600, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABL7XEUXNMHAQKE4MOI6H7LWGPKAJANCNFSM44ZX64PA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

flynet commented 2 years ago

Expected format is : @user_name Project [main] ... Actual format is : !@user_name Project [main] ...