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,
I Have few questions they are:
1.When we are Commenting back from Outlook to jira .How to remove the below data data from that particular mail .So that the original message has to be placed in the comment box.
2.How to fill the complete ticket details from mail.For Example we have different custom fields data and how differentiate project and issue type from mail.
No I didn't get the proper answer for this question.Kindly arrange a call with me so that i can explain the scenario clearly what i want...
1. Try the handler that strips previous data
2. Use an email handler that can parse emails for it. The built-in handlers are good enough for 95% of cases, where people only really care about the core content, but when you need something more powerful, you need code that can be told to understand what you guess your users might send. You could write your own handler (great for some cases), but if you don't want to do that, or have many different cases, I would strongly recommend the JEMH handler.
I Found 6 mail handlers:
1.Create a new issue and add a comment to an existing issue
2.Add a comment from the non quoted email body
3.Add a comment with entire email body
4.create a new issue from each email message
5.Add a comment before a specified marker or separator in the email body
6.Cloud email Handler
I
I am facing issues
1.when i am giving reply from outlook to jira .I want to (Strip the previous data)original body of the mail should be added as a comment in jira ticket .But, all the previous data from the mail are getting added.i want to eliminate the previous data of the mail.
2.While creating the ticket from mail i am bit confused how to fill all the custom field values from mail .i want the sequence or pattern in adding custom field values to ticket while creating ticket from mail to jira
And while i am choosing one of the mail handlers above it is asking for the Split Regex
Kindly let me know the proper mail handler and its respective Split Regex to eliminate or strip the previous data..