You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
Can some one will help me out how to customize the Jira Automation email notification.
I have created a Notification which i whenever Status is changes from Assigned to Service Desk to In progress Service Desk then email notification is triggered to Assigned to Individual user
I want to Customize the content of the email like details of the incident
Issue Type: Incident
Request Type: Incident
Project: Service Desk
Key: SDP1,2,3,4-----
Description:test
Summary: test
Service/System: Avalara
Region: Central
Package Name:Ack
what ever i filled in while creating the incident form those details should be there in the Email
Please help me out how to do the same.
Thanks,
Hi @Sreenadh
I would expect to use smart values. These would be something along the following lines:
Where [Custom Field] would be of the form of customfield_XXXXX
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For Project write the following {{issue.project.projectTypeKey}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Working fine but project name is showing as service_desk instead of
Service Desk Project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sreenadh only this value can be returned https://support.atlassian.com/cloud-automation/docs/jira-smart-values-projects/
Try to type:
{{if(equals(issue.project.projectTypeKey, "service_desk"))}}
Service Desk
{{/}}
But the above will work only for Service Desk projects.
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.