...
Body Delimiters remove unwanted sections of the email that are not wanted in the issue. This will use Regex . This feature uses Regular Expressions (Regexp) to search for patterns within the email and if a pattern is matched within the email then it will then remove the content from the that phrase to until the end of the email.
Settings Preview
To configure Body Delimiters you create a new Project Mapping and go to the Pre-Processing page and then adding a new Body Delimiter. You select if you want it for creation or commenting a issue and enter the expression you would like to search for. The example below is looking for “Sent from my” and this will look for a paragraph that starts with this expression and will remove everything after this sentence.
...