Within my automation's 'Comment on Issue' compose box, I tried @{{issue.reporter.displayName}} in an attempt to address the comment to the reporter by name.
The copy I received of the comment as posted does not look like the "@" symbol functioned as it normally works when manually typed.
Is there a way to include '@reporter' within an automated comment?
Thanks for any assistance.
Hey @Kel Hill ,
Going by this previously asked question it seems to work slightly different and based on the accountId (which make sense)
To mention from a comment, please try:
[~accountid:{{issue.assignee.accountId}}]
If you need to mention a specific person, you will need their id value, which you can get from performing a search or looking at their profile info.
[~accountid:thePersonsIdNumber]
For reporter that might then be:
[~accountid:{{issue.reporter.accountId}}]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Dirk Ronsmans Does this also work with 'Bulk Edit' option on the comments?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Below works for me to tag the reporter in a comment using automation, but it's not working when using canned response. =(
[~{{issue.reporter}}]
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.
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.