-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 9.4.8, 9.8.2
-
Component/s: Email notifications
-
None
-
9.04
-
1
-
Severity 3 - Minor
-
Issue summary:
When triggering a group email using the steps below, the sender's details always appear in the format ${fullname} (Jira), regardless of what is defined in the "Email from" global Jira settings.
Jira -> Settings -> system > send email > Group
Steps to Reproduce
- {}Jira administration » System » General configuration: * Update *Email from with a static string like 'IT Support'
- Send a test email to a group via Jira -> Settings -> system > send email > Group
- Check the sender's details in the email
Expected Results
The "From:" header in the email should adhere to the format defined in the "Email from" global Jira settings.
Actual Results
The email sent to the group always contains sender details in ${fullname} (Jira) format, where it displays the username of user who triggered the email.