I've created an automation rule which populates a custom field with an issue's last comment, using {{comment.body}}
I'd like to also include the {{comment.author}} and {{comment.created}} within the same field.
Firstly, is this possible? And secondly what's the syntax for this?
Thank you in advance.
Community moderators have prevented the ability to post new answers.
You can use multiple smart value in your automation.
{{comment.author.displayName}} - {{comment.created}}
{{comment.body}}
Regards
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.