Could you kindly check on this? Issue with the email handler not creating tickets on the right project.
Issue is this: let's say we have 2 projects:
1. AAA (aaa@email.com)
2. BBB(bbb@email.com)
Let's say AAA has received a new ticket : AAA-111
When you forward an email TO: BBB@email.com
With the subject: AAA-111
Instead of Jira creating a NEW ticket under the BBB project, it UPDATES the existing AAA-111 ticket.
This happens even though the email has been sent to BBB@email.com
So I suppose this means that JIRA prioritizes the ticket number on the subject compared to the recipient? Meaning, even though the recipient was for a different project, it will update the stated ticket on the subject instead?
Is there a work around on this? Thanks heaps.
This is something that JEMH may indeed be able to help with. JEMH Configuration has a Pre-processing feature, such that you may define through a regular expression, the expected issue subject may come along like:
So, you can define a regular expression like (look away now if you dont like regexp :P)
In this way, you can ensure that issue notifications from the @email.com JIRA may be replied to and processed correctly, as their subject will match the above, whereas assuming you have two different JIRA's with two different 'names' (the PSTUDIO bit), it will not match and therefore normal project allocation will occur. In your case, using the project key BBB@email.com, when used with a JEMH Configuration > Project > Project Auto Assign == true setting, would deliver the behaviour you describe.
Hi Andy,
Very good information; however, I don't think that would resolve my issue.
My problem is that JIRA prioritizes the ticket ID stated on the subject over the "TO" recipient of the email.
So even though an email has been sent to BBB@email.com with the subject AAA-111, AAA-111 gets updated and no ticket gets created under the BBB project.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That would be the case if you are talking about the source and the destination being the same JIRA. I guess this needs another checkbox related to projectAutoAssign, 'ignoreSubjectIfAddresseeIsKey'. Its an idea and not difficult to add, logged as https://studio.plugins.atlassian.com/browse/JEMH-851 .
This feautre has now been implemented and will be available from 1.2.37 onward. It requires projectAutoAssign to be enabled, and for an addressee in the email to be matched by either a) catchemail, b) jemhAddresseeRegexp or c) Email domain Project Mapping
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, that is the correct behaviour. The email handlers always look for an issue ID in the subject first and only create a new issue in the default project if they cannot find one. This prevents the need for someone with lots of projects to have to maintain one mailbox per project.
It's not so much a "work around", but if you want to change this behaviour, you need to find or write your own email handler that will use different rules.
I'd start with a look at JEMH whenever email processing needs to be done differently, but I don't know if it can handle this case. https://studio.plugins.atlassian.com/wiki/display/JEMH/JEMH+Home
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.