I may overlook the answer but I don't seem to find an example about this.
Question:
a mail is processed (JEMH), but in a certain defined profile I want to change the summary field with something I extracted from the body.
Technically:
I installed JEMH and already configured several profiles and scripts and more....
The mail is captured by the correct profile and with a regular expression I am filtering a custom field out of it , eg: MyField = 1234
But now I want that field to be added to the summary title of the new ticket to be created.
like: summary = summary + " - " + MyField
Resulting in: "This is the original title - 1234"
I found articles referring to directives like : JEMH & directives
but I don't have (and don't want) those in my mail body because I already have my "Custom Field" with the content ready.
Is this possible?
thanks