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.
Sorry for the delay, didnt come up under the plugin tag;
So the regexp you have is good, the 'trick' is that you should use 'comment' instead of 'description'. During create it is used as the description and during comment it is used as the comment.
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.
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.