Hello,
I'm trying to create an automation that should send a message to a user assigned to a custom field when a US is moved to a certain column.
I didn't understand how to do it with the options I have:
When I looked at how to do it the results I got were that I need to switch from webhook-based Slack automation to the native Slack-Jira integration.
Can someone explain?
Thanks!
Hi @Ofir Oxenberg -- Welcome to the Atlassian Community!
After the changes to the Slack interface Jira automation uses, it is no longer possible to send a direct message to a Slack user. (There is a workaround, but it requires creating a separate channel for each user...although I have not tried that.)
What is possible is to mention the user using their Slack ID value.
For that to work, the Slack ID values must be captured from Slack and stored in Jira, such as with user entity properties. Once set up, this makes it easy to mention them in the Slack message, such as with:
<@{{issue.reporter.properties.metadata.slack_id}}>
Setting it up is the challenging part. To bulk-set all the data for users, please see this article from Atlassian:
To instead try this out, or only set up a few users, another automation rule could be used, such as described in this post I wrote:
Kind regards,
Bill
Thanks, Bill!
I'll try that
Kind regards,
Ofir.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.