Comment handler regex to handle more than one e-mail client

Heath Spangler July 30, 2012

We've been successfully using the advice of others for handling Replies from Outlook using a regex as follows: /From:*/

However, when a user replies using another e-mail client (Thunderbird), this regex doesn't suffice.

Is it possible to combine 2 or 3 regex settings in this comment handler?

For example, I would like to continue to use: /From:*/

But I would also like to use: /-+\s*Original Message\s*-+/


1 answer

0 votes
Paul Regan August 4, 2013

Has the same issue, found the answer on here :

https://answers.atlassian.com/questions/54911/jira-comments-from-email

Suggest an answer

Log in or Sign up to answer