Hello all, I have been trying to create automation where when an issue is assigned it will send an email to the reporter to whom it was assigned. But the issue is it's not displaying the name.
I have created this flow:
When the issue is created -> assign the ticket to Person A/B/C -> send an email to a reporter to whom the ticket was assigned to.
The assigning part works but when it comes to email it does not display the name of the assignee. I have tried these smart values: {{issue.assignee.displayName}} and {{assignee.displayName}}. Btw, calling the name of the reporter does work.
"
Hello {{issue.reporter.displayName}},
This is a confirmation email that your request {{issue.key}} - {{issue.summary}} has been received and is assigned to {{assignee.displayName}}.
"
I have also tried creating another automation when an issue is assigned it will send an email but it also does not work, even the automation when a ticket is updated. Can anyone help me?
Try to add Re-fetch Issue data action prior to email….
Use smart values here: No
Refreshes smart values with the latest field values.
By default, the {{issue}} reference is not updated during rule execution, and contains the same values as when the rule originally triggered.
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.
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.