I have an automation rule where it sends an email to pending approval managers. However, It only states the issues and copies all the managers, but does not specifically tell which manager is tied to which issue. Is there a value I can use to specify this? This is how I wrote the email below:
Hello {{issue.Manager}},
The following issues are currently pending your review. Please click on the link(s) below to review and approve/deny.
{{#issues}}
<a href="{{toUrl}}">{{key}} </a>
{{/}}
Please reach out to _______ if you have any questions. Thank you!
Hi Camilo, you can try to use
{{issue.Approvers.displayName}}
or
{{issue.Approver.displayName}}
to display the name of the pending approver.
But the {{#issues}} just shows a list of the issues to be approved. How can I explicitly state which issue is tied to which manager for them to approve?
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.