I am trying to set up a rule that sends an email whenever a comment is added to a ticket. When a user is @ mentioned in the comment, the account id is included in the email notification. I need to replace the account id with the actual user who is mentioned in the comment.
What I have so far (from other community posts) is how to detect if an account id is included in the comment. I'm just looking for some type of expression that will convert the account id to the user's name who is mentioned.
Hi @Raven Clarke -- Welcome to the Atlassian Community!
When you only have the accountId value from a mention, the other user data is not available for use: displayName, emailAddress, etc.
A few possible workarounds are:
Kind regards,
Bill
Thank you @Bill Sheboy! I will try the Lookup Table solution and see where that gets me.
Raven
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.