-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
6.4.8
-
None
-
6.04
-
Summary
When an issue is created via email and the email address is not associated to any users in JIRA, the default reporter is used. There will be the following line added to the description of the ticket
[Created via e-mail received from: testing jira <test@example.com>]
If the username of the default reporter has a capital letter in it, the line above will not be added to the description
Steps to Reproduce
- Create a Mail Server and Mail Handler
- Create a user with the username Admin
- Set up a Mail Handler specifying Admin as the default reporter
- Create an issue via email, making sure that the email used is not associated to any users in JIRA
Expected Results
- The line [Created via e-mail received from: testing jira <test@example.com>] should be added in the description of the ticket
Actual Results
- Nothing is added to the description of the ticket
Notes
- Tested with Admin and aDmin
- When the username is admin, the line is added as expected
Workaround
- No workaround. Make sure that the username does not contain capital letters
- duplicates
-
JRASERVER-32750 Mail handler doesn't append the FROM address
- Closed