I have a Mail handler created that is setup for "Create a new issue or add a comment to an existing issue".
The create new issue is perfect however when a reply is giving via email, the comment includes ALL of the email instead of just the reply. Is there anyway to only get the reply into the comment of the email?
Hi Billy,
Are you seeing previous comments in quotes paragraph? If so, you can set the mail handler to strip quotes in Edit Mail Handler > Next > Tick Strip Quotes.
Feel free to have a read of this documentation here: Custom mail handler options.
Hope this helps.
Cheers,
Syauqi
Ahmad,
I have that checkbox checked already but I am still seeing this. Should I be looking into the Split Regex? I do not see that option though.
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.
Regex is only possible for the Add a comment before a specified marker or seperate in the email body email handler:
I've tested the regex below and it seems to truncate the first "From" that it sees until the end of the body and you'll get string before it added as a comment in the issue.
Hope this helps!
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.