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.
Hello ,
Their is requirement to map/set fields from email message whenever ticket gets created using incoming mail handler .
Description of the mail consist .
fields in mail | field in jira issue |
created by | Reporter (value -ABC) |
Title | Service request title/subject -- will set the title of ticket |
Engagement | Engagement -- some value |
priority | priority -- low |
As per above data , whenever the mail is send in such way . the field in mail should get map to the existing jira custom fields with their value .
Could you please provide a scripted mail handler code for the Above Requirement.
Let me know if you need anything .
So from your list:
Less about your list:
There are several apps in the marketplace that can help you with this.
Thankyou for the information .
Could you give me some code from which i can split the description into parts and according to some match we can set the field.
It will be really helpful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A good starter for your own email handler is at https://library.adaptavist.com/entity/create-a-new-issue-using-a-mail-handler-script-and-set-the-epic-link-to-an-existing-issue-found-in-the-mail-body
This just looks at the epic link field, but the same applies for any custom field
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.