You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Welcome to the community!
I did some search and found that you'll need to use 'memberID' when you want to mention someone from the Slack webhook.
For example, I have a user name Syahrul with 'memberID' of 'U88271KS', I'll pass this in the message as the following example:
script: - echo "Notify someone in Slack" - pipe: atlassian/slack-notify:2.0.0 variables: WEBHOOK_URL: '<Webhook>' MESSAGE: 'Hey <@U88271KS>'
This create @Syahrul notification in my Slack test channel as expected. You can check the guide here to find the Slack 'memberID'.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you looking into formatting your Slack message, I would suggest you check the Slack API formatting page below:
* https://api.slack.com/reference/surfaces/formatting#visual-styles
That said, you can use *BOLD* in your message to bold a text message.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.