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.
While a user is sending an email to our support email address, Is there a way we can prefill the contents of the email body with a template having field labels like Summary, Description, Urgency etc ?
If a user (I would take that you mean a customer) sends an email to your support (Jira), then this email create a ticket having its subject as a summary and its body and description. The reporter of this ticket will be the sender of the email.
If your question was about to get/extract information from the email body, it is doable via Jira automation, BUT under certain strict conditions (you need to know exactly where to search for the specific information e.g. the urgency is located between the two first special characters of | ).
Now if your question was about you sending a reply to customer with certain information, then this can be done by using again Jira Automation (or another 3rd party app). In that case you need to read this https://support.atlassian.com/cloud-automation/docs/components-in-jira-automation/ and this https://support.atlassian.com/cloud-automation/docs/smart-values-in-jira-automation/
Let me know if the above helps.
Hi @Alex Koxaras _Relational_ , thanks for responding. I would first like to know how to pre-fill the body of the email when someone cliks the <a mailto: support@mycompany.com /a> Link. Something like this:
Subject: Help needed
Body:
*Summary:
*Description:
*Urgency:
*Priority:
Impacted Service(s):
User details:
If the above is doable then the next step would be to extract that information from the fields and map to the corresponsing issue type fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Zeeshan Ahmed Khan this question of your about prefilling the subject of the email when pressing a link outside of jira, is not a jira related question... You could search stack overflow and google for a solution:
After that you can use smart values text fields, and all the variations of substring() function (substringAfter, substringBetween, substringBefore etc) to get the values you want. Trial and error will get you there.
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.