I configured a 'Create a new issue or add a comment to an existing issue' mail handler and I have the next scenario: I reply to a email that has an issue key, but I change the subject removing that issue key. The default behavior is that even if I removed the issue key it does not create a new issue, instead it adds the body of the mail as a comment to the existing issue. I want that when I change the subject to create a new issue. Do you think that is possible?
The Jira mail handler has a few ways to try to match an emailed issue to an existing email., One way is via looking at the "in-reply-to" or "in-response-to" mail headers.
(depending on your mail client) When a new mail is sent in reply to another mail, in includes a header that says what mail it it was in response to. Most mail clients do this, and it is how they are able to have "threaded" conversations in mail.
Jira will read these headers, and look to see if it refers to a mail previously received that was attached to a ticket, and if so, will comment on that issue. This is why even though you change the subject/remove the issue key, it still gets appended to the issue.
A few ways around this.
From the person sending the mail
On the Jira side
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.