Hi, I'm trying to tag the Custom Field Assignee in an automated Slack message using:
@{{Project Lead.displayName.split(" ").first}}.
But the Slack message returns:
@firstName without tagging the person.
The reason I chose to call the first name is that in Slack first-name-only is a common use for names.
The problem is that even the e-mails in Slack and Jira match, I cannot tag the person in the automated message. Can you help with this please?
Hi @Cagla Ozardali,
Welcome to Atlassian Community!
This is expected, since Slack wants the display name in Slack, which by default is firstname.lastname. Your other option would be to import the member Id as an user entity and use that in your automation. Have a look at this article on how you can import the member Id from Slack.
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.