swv
swv

Reputation: 759

Can jira post to slack with specific user callouts "@" by adding a comment?

I am familiar with the basic jira + slack integration that allows for posting jira issue updates to a channel.

However, is there some way to make specific user callouts as part of those slack posts? e.g. I'd like to be able to post a comment like: "@UserName - please review this issue" and have that generate a slack post that does a specific slack user callout to "UserName"?

Upvotes: 0

Views: 616

Answers (1)

Suyash Gaur
Suyash Gaur

Reputation: 2881

There is a given format to embed usernames in Slack.
https://api.slack.com/reference/surfaces/formatting#mentioning-users

<@userId>

P.S. text type must be 'mrkdwn' as it does not work with 'plain_text'

When mrkdwn When Mrkdwn

When plain_text When Plain text

Upvotes: 0

Related Questions