Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

State which manager is tied to which request

Camilo Ramos August 11, 2022

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!

1 answer

0 votes
Ward DIJKHUIS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 11, 2022

Hi Camilo, you can try to use 

{{issue.Approvers.displayName}}

or

{{issue.Approver.displayName}}

to display the name of the pending approver. 

Camilo Ramos August 15, 2022

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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events