Hello,
I want to create an issue on the Jira Service desk via mail. What kind of mail body do we need to write and how can I determine the severity of the issue on the mail body?
BR
Hi and welcome to the community!
When creating issues from email with the email handlers, you typically have only 3 "fields" that can be populated:
If you want to parse the content of these field you can, but then the description for example should have the saem format always so it can be parsed.
Example description:
Content: xyz
Priority: High
etc ...
This way you can use an Automation rule that triggers on create of the issue and examines the description, parsing the content and setting fields on the issue (in the case the priority).
Jeroen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.