I can see the channel and have set that up..all issues going in that one channel....Question:: Is it possible to send issue direclty to a @user account in Slack as opposed to a channel, instead of their work email?
It's easy using Jirassimo add-on (https://marketplace.atlassian.com/plugins/net.vacom.jirassimo/cloud/overview)
You will need to create a messenger and in "Channel" textarea write something like this:
"@user"
without the quotes. This will do the trick for hardcoded usernames in Slack, but if you need to dynamically resolve Slack user from email, then you can use the following construct:
{{#issues}} {{#fields}} {{#settingValue key=reporter.emailAddress}}{{/settingValue}} {{/fields}} {{/issues}}
Here, Jirassimo will pick up the email address of reporter and resolve it against Slack @user that you configure under Jirassimo settings page as key=value list.
Hope this helps,
Vladimir@Jirassimo
Did you find a solutions for this question?
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.