I would like to have a single email address per project to both create new issues AND append comments to existing issues. I tried using this email handler: "Create a new issue or add a comment to an existing issue" as documented here:
However, the append comments functionality is clunky. The entire email body is inserted as a comment, even if it was already there.
There's a separate email handler that uses regex to detect the end of the new comment, but that option is not available in the "Create new OR append comment" handler.
I then tried creating two handlers, but the create+append handler executes before the comment only handler.
The only other option I can see is to create 2 email addresses for every project - one for new jira items, and one for updates. But with dozens of project and people, no one will be able to keep this straight.
Is there a way to do this that I'm missing?
Hi,
The handler that should be used is
Add a comment before a specified marker or separator in the email body
and there is a option Split Regex which I always set to
and so far no issues with it.
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.