tcSlackBuildNotifier icon indicating copy to clipboard operation
tcSlackBuildNotifier copied to clipboard

Mention does not work

Open Youkai-no-nii-chan opened this issue 9 years ago • 22 comments

Mention of user that has broken the build does not work because it is written inside message attachment. http://screencast.com/t/5eITBpGlJ

For mention to work it should be written in the text message before attachment.

Youkai-no-nii-chan avatar Jun 08 '15 13:06 Youkai-no-nii-chan

Hi, one of the issues we are seeing is that, on GitHub PRs, mentions seem to occur for anyone who has ever committed to the codebase at all.

PeteGoo avatar Jun 09 '15 23:06 PeteGoo

But i'm talking about other issue. Even if mention is correctly inserted into message there is no notification because mention is inside attachment (part of the message with red line to the left).

Youkai-no-nii-chan avatar Jun 17 '15 15:06 Youkai-no-nii-chan

@PeteGoo Should it have to work now? With latest release i don't receive mentions too

galkinrost avatar Mar 04 '16 06:03 galkinrost

I'll have a look

PeteGoo avatar Mar 04 '16 20:03 PeteGoo

@PeteGoo any updates?

jhurwitz avatar Aug 23 '16 21:08 jhurwitz

Can someone tell me if this is working now?

Because there was a PR that should have fixed it.

marvin-w avatar Aug 27 '16 14:08 marvin-w

My bad :). I saw the issue was still Open and didn't read the full thread or see the PR.

I see #68 was included in release 1.4.5; we're still running 1.4.4. Sounds like an update will fix this for us (unless there's something still not working, as per @galkinrost). I'll ping this thread if it doesn't work for me after the update.

jhurwitz avatar Aug 27 '16 15:08 jhurwitz

Thanks! Would be much appreciated!

marvin-w avatar Aug 27 '16 15:08 marvin-w

This appears to still be broken for us. TeamCity 9.1.5, tcSlackBuildNotifier 1.4.6.

jhurwitz avatar Aug 29 '16 21:08 jhurwitz

Thanks for the feedback! Can you show me what's wrong exactly?

marvin-w avatar Aug 30 '16 06:08 marvin-w

This is what I see (test names redacted):

screen shot 2016-08-29 at 11 39 07 pm

The user who broke the build (vgod) says he was not notified. I also find it interesting that the @mention text is black and non-clickable, whereas normal @mentions are blue and show the user's profile when clicked.

I asked that user to confirm at /profile.html that his Slack username was in his profile; he never responded to me, but I'm pretty sure it is (because, I believe I found in testing a few weeks ago, the bot doesn't even post an @ before the name unless your Slack username is in your profile).

I haven't yet tried to repro on my account, but if you'd like me to be 100% sure it's broken, I can try.

I was poking around Slack API docs, and I found https://api.slack.com/docs/message-formatting#linking_to_channels_and_users which seems to suggest that you may need the user ID (beginning with @U) to mention a user, so perhaps simply writing @username isn't enough.

To confirm this, I used the Slack API tester (https://api.slack.com/methods/chat.postMessage/test) to post two messages to a channel. The first had text test @jhurwitz and the second had text test <@U[...]>. This was the result:

screenshot 2016-08-29 23 50 55

The first created black text that did not notify me; the second created blue text that did notify me.

Interestingly though, I just looked at what #68 changed; it supplies link_names=1 to the chat.postMessage API call, and when I tried this in the API tester, a simple test @jhurwitz did create a blue mention that notified me. When I tried link_names=1 with an @mention in an attachment, the mention was blue/clickable but didn't notify me. Still, that doesn't explain why the mentions from tcSlackBuildNotifier would be black/non-clickable with no notification.

Browsing through the code a bit more, I see that link_names=1 is only provided in postViaApi, and not postViaWebHook; I wonder if perhaps our install is using webhooks instead of the API. (I can check this tomorrow if that would help.)

(And even if adding link_names=1 to postViaWebHook correctly linkifies the @mention, there's still the issue of seemingly not receiving notifications for mentions in attachments; this would appear to be a Slack bug, but perhaps one we could work around by moving the mention from the attachment to the text?)

jhurwitz avatar Aug 30 '16 07:08 jhurwitz

Any update on this? At least a workaround, like the one jhurwitz mentioned, would be very appreciated.

Sephon avatar Aug 31 '17 12:08 Sephon

I believe pull request #149 fixed this issue

waelouf avatar Feb 14 '18 19:02 waelouf

Yeah that looks like it'd fix the issue but there doesn't seem to be a recent release that includes that change. @marvin-w

laurencee avatar Aug 21 '18 08:08 laurencee

@PeteGoo @marvin-w Any chance we can get a new release, since the bug has been fixed? Anything I/we can do to help a new release get created?

IanYoder avatar Sep 28 '18 22:09 IanYoder

@IanYoder @laurencee sorry for the delay.

Release is here: https://github.com/PeteGoo/tcSlackBuildNotifier/releases/tag/v1.4.7

I didn't retest this issue so if you could provide some feedback I'd close this issue afterwards.

marvin-w avatar Oct 09 '18 11:10 marvin-w

@marvin-w Unfortunately mentions still don't appear to be working, it's just basic @blah text.

laurencee avatar Oct 26 '18 15:10 laurencee

@marvin-w @laurencee If I'm reading everything correctly, I don't think the change made it into the release.

You can see here that line 333 of tcslackbuildnotifier-core/src/main/java/slacknotifications/SlackNotificationImpl.java appears to contain the fix, but that line wasn't changed as part of the release.

I also wanted to say that I really appreciate your quick feedback and work!

IanYoder avatar Oct 29 '18 15:10 IanYoder

Oh... well that makes a lot of sense then! haha

Edit: well unfortunately like i said, even with those changes it's not working for us :(

laurencee avatar Oct 29 '18 16:10 laurencee

@IanYoder @laurencee Thanks for your feedback. As far as I know the code from @waelouf was merged and is available in the current release: https://github.com/PeteGoo/tcSlackBuildNotifier/commits/v1.4.7

If it doesn't work there might be another issue which isn't fixed already.

marvin-w avatar Oct 29 '18 20:10 marvin-w

@marvin-w I see the change now - thank you. I'll let you know if it's working as soon as we're able to update the version and test it out.

IanYoder avatar Oct 29 '18 22:10 IanYoder

@marvin-w We were able to update the plugin today, and I confirmed that the notification worked - thank you!

One suggestion I wanted to make, though: would it be possible to add some configuration to notify someone of subsequent failures, rather than just the initial failure? I didn't realize that the update was working right away, because I wasn't notified when I re-ran a broken build, or even when I committed another change; I had to fix the broken build, then re-break it.

IanYoder avatar Nov 20 '18 17:11 IanYoder