I am using JEMH as Incoming Mail handler. I need to digest based on tag and create a ticket in JIRA.
[Description] This is a description [/Description].
I have written RegEx to extract based on fields and their tags. It works for other fields but it doesn't works for "Description" field alone. Instead whole email gets written to "Description" field.
Is there any way to do it.
I have declared the regular expression as ,
description | BODY |
Description\](.*)\[/Description |
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.