Hello Everyone!
I am having some issues figuring out why when users create issues via email they are not being mapped to the correct fields in JIRA and coming into the system looking like this:
Are there any settings I need to change to make sure these are actually mapped to the correct fields? When I went to the email settings I am only seeing the actual mailbox settings and nothing related to the fields, mapping, or forms.
Please helpppppppp!
Hey @JayJuan Jones ,
Email integration only populate summary, description and attachments and reporter. There is no out of the box field mapping feature available.
You could try to create an Automation rule that extracts information from your Description and populate your fields. This will work if your tickets follow some pattern.
Although it's possible, it might be not be an easy task. Usually when integrating two systems we recommend using REST API over Email, so you can have the mapping your are looking for.
gotcha, thanks @Italo Qualisoni! I have a few questions then, so how difficult would it be to get the REST API set up? Also, when you say create an Automation rule that extracts information from your Description and populate your fields, can you give me an example so I have a better idea of what you mean?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's not easy to evaluate how difficult it's to implement using REST API, it definitely requires a custom development from your side using the JIRA Public REST API. See below an example on how to create a request type using REST.
About Automation for JIRA you can learn more here in this document: https://www.atlassian.com/software/jira/automation-template-library#/labels/global
Some others questions that people are trying to extract values from description into custom fields:
As I said it's not easy because you will need to use Smart Values with regex to extract what you need, and depending on the description it can be hard to do.
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.