Hi Community,
I wanted to create an automation that would send an email notification to all the participants once the issue priority level has been changed so as to infor the intesity of importance of the issue.
i have used the smart variables to execute the same however there is an error on the mail
as when i change the priority of the issue on the mail it always shows the pririty status of the issue as medium even if it is changed to highest
Code:
{{issue.summary}}
Priority has been updated to : {{issue.parent.priority.name}}
//returns
Website development for speed analytics
Priority has been updated to : Medium
Actual Output required :
Website development for speed analytics
Priority has been updated to : Highest
Hi @deepak verma ,
Welcome to the community !!
Please check if automation rule "Value changes for" works for you.
Create rule as below
Rule will look as below screenshot
The issue still remains as when priority is updated to highest then the mail update should also have the value Highest instead it is sending medium as the field value for the priority .
I have attached screenshot below for the code written kindly check
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also is this smart value {{issue.parent.priority.name}} is correct one to update the current priority status of the issue on the mail notification.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @deepak verma ,
In the Email content use smart value {{issue.priority.name}}
This is how the email will look
My Automation email content is as below
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.
Hi Deepka,
Could you share a screen about your automation rule ?
Thank you
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.