-
Bug
-
Resolution: Obsolete
-
Low
-
6.4.1
-
1
-
Severity 3 - Minor
-
Problem Description:
When using "Get Help" option in the bamboo to submit Atlassian support ticket the system shows success ("Support Request Submitted!") even though the mail system fails and throws an error in the logs. Below error is thrown:
Caused by: com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.60 SMTP; Client does not have permissions to send as this sender [A1234.outlook.com]
Steps to reproduce:
If your mail server is not configured to allow emails send outs on someone's else behalf by using his email address then you could follow the below steps to reproduce the bug:
- Configure your mail server in Bamboo with an email id (say email1@mailserver.com) as a "From Address" in your mail server configurations and then use another mail address (say email2@mailserver.com) when using "Get Help" for submitting a request.
Expected Result:
The System should show failure in the GUI when it fails in the backend.
Actual Result:
- GUI will show success however in the logs you will the something similar to this:
Caused by: com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.60 SMTP; Client does not have permissions to send as this sender [A1234.outlook.com]
Workaround:
No workaround for this.
[BAM-20068] Using Get Help option shows success even though it fails in the logs
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 2805700 ] | New: JAC Bug Workflow v3 [ 3385830 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Symptom Severity | Original: Minor [ 14432 ] | New: Severity 3 - Minor [ 15832 ] |
Fix Version/s | New: 6.7.0 [ 80798 ] |
Resolution | New: Obsolete [ 11 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Affects Version/s | New: 6.4.1 [ 78590 ] |
Labels | New: bamboo-bugfix-kanban-candidate |
Occurrence Factor | New: 10% [ 12830 ] | |
Status | Original: Needs Triage [ 10030 ] | New: Open [ 1 ] |
Component/s | New: System Administration - Troubleshooting and Support Tools (ATST) [ 50892 ] |
Support reference count | New: 1 |
Description |
Original:
h6.Problem Description:
When using "Get Help" option in the bamboo to submit Atlassian support ticket the system shows success ("Support Request Submitted!") even though the mail system fails and throws an error in the logs. Below error is thrown: {noformat} Caused by: com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.60 SMTP; Client does not have permissions to send as this sender [A1234.outlook.com] {noformat} h6.Steps to reproduce: _If your mail server is not configured to allow emails send outs on someone's else behalf by using his email address then you could follow the below steps to reproduce the bug:_ * Configure your mail server in Bamboo with an email id (say email1@mailserver.com) as a "From Address" in your mail server configurations and then use another mail address (say email2@mailserver.com) when using "Get Help" for submitting a request. h6.Expected Result: The System should show failure in the GUI when it fails in the backend. h6.Actual Result: * GUI will show success however in the logs you will the something siliar to this: * |
New:
h6.Problem Description:
When using "Get Help" option in the bamboo to submit Atlassian support ticket the system shows success ("Support Request Submitted!") even though the mail system fails and throws an error in the logs. Below error is thrown: {noformat} Caused by: com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.60 SMTP; Client does not have permissions to send as this sender [A1234.outlook.com] {noformat} h6.Steps to reproduce: _If your mail server is not configured to allow emails send outs on someone's else behalf by using his email address then you could follow the below steps to reproduce the bug:_ * Configure your mail server in Bamboo with an email id (say email1@mailserver.com) as a "From Address" in your mail server configurations and then use another mail address (say email2@mailserver.com) when using "Get Help" for submitting a request. h6.Expected Result: The System should show failure in the GUI when it fails in the backend. h6.Actual Result: * GUI will show success however in the logs you will the something similar to this: {noformat} Caused by: com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.60 SMTP; Client does not have permissions to send as this sender [A1234.outlook.com] {noformat} h6.Workaround: No workaround for this. |