For compliance reasons, we are capturing comments made on a Jira work items using the following:
date created: {{comment.created}}
ID: {{comment.id}}
Comment author display name: {{comment.author.displayName}}
Comment author email: {{comment.author.emailAddress}}
Comment: {{comment.body}}
Comment visibility type: {{comment.visibility.type}}
Comment visibility value: {{comment.visibility.value}}
however, when someone is "@" we are only getting the accountid which is something like "455263865943657686ghjd6". I do not see a smart value for capturing the username for the person who is mentioned by the "@".
Has anyone any idea how to do this?
Thank you!
When you only have the accountId value for the user, you have a few approaches to find their displayName in the rule:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.