puridach-w opened a new pull request, #26327: URL: https://github.com/apache/superset/pull/26327
### SUMMARY This feature allows users to customize the email subject when creating a report or an alert within Superset. This is driven by a need to include specific parameters within the email subject line, enhancing the specificity and resonance of alert or report notifications. Changes: - Implementation of a new text input field within the 'create alert/report' interface, through which users can specify their desired email subject line. - If the text field is left blank, a default email subject line will be generated by the system. - The user interface will show the new text field solely when the email sending method is selected by a user. This feature has been tested with Superset master branch. This proposed feature has already been discussed in the Superset Improvement Proposal (see https://github.com/apache/superset/issues/25945) ### BEFORE SCREENSHOTS   ### AFTER SCREENSHOTS   ### TESTING INSTRUCTIONS To verify the changes made, please follow these steps: (Assume that there TAG for alert and report and open) - Go to the Alert and report creation page - Create one of them - Fill all the information that required - Select Notification method as "Email" - You will see input box for "email subject name" - Fill the desired subject name and save it - Wait for email send and check the email subject name ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [x] Changes UI - [x] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [x] Migration is atomic, supports rollback & is backwards-compatible - [x] Confirm DB migration upgrade and downgrade tested - [x] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org