Hi everyone,
is there a possibility to send mails from one project in jira to another project?
I think the problem is that sent mails from Project A have the subject "[Jira]ProjectA-42" and therefore normally get associated to ProjectA and within this project to issue ProjectA-42, so it gets filtered out.
Is there a way to solve this problem and anyway send mails from ProjectA to ProjectB ?
Thank you and best regards,
Andi
Hi Andi,
apart from what was already said it is questionable if the mail sending from Instance A -> A (staying on the same instance) works at all.
I remember there was a thing about a "Fingerprint" added to each outgoing mail which prevented in a very early state which you are planning to do.
More information to this is as I remember this article:
https://confluence.atlassian.com/jirakb/logs-contain-received-message-carrying-this-jira-instance-fingerprint-due-to-mail-loop-detected-191005382.html
Regards,
Daniel
That's down to how the Jira email handlers are written to try to work out what issue/project an email is about. The simple rule is that "if we find an issue key in the subject, then the message is about that issue"
So, with plain Jira, your email from A to B is a non-starter, as the subject tells Jira the issue is always about the issue in A.
You will need to code to fix this, either writing your own email handler that can detect when an issue that appears to be for the issue in A is actually for an issue in B, or finding an app that can handle that rule.
Before going down that route though, I would actually recommend evaluating why you are doing this email instead. If you're willing to "fix" it by coding or apps, then there's probably far more simple code or dedicated apps that can achieve the same as an incoming email, and probably better. (The email handlers would comment or create, with code, you could do things like comment, create, fill custom fields, add links and and and)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the problem is similar to https://community.atlassian.com/t5/Answers-Developer-Questions/How-can-I-send-Emails-to-JIRA-project-A-with-project-Summary/qaq-p/466141
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.