You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an alert such as an ArticlesForDeletionAlert gets generated, the Alert record associates it with the relevant Course, and then sends an email to the Wiki Education staff member supporting that course, and that email gets forwarded back to the Dashboard to become a Ticket. However, the Ticket does not recapture the connection to the specific Alert or Course records (except in the subject and body of the ticket message).
Thus, searching for tickets associated with a particular course will miss many tickets that are treated as 'Course Unknown' because they started via Alert emails.
Expected behavior
When any kinds of Alert email ends up as a Ticket, the Ticket should connect to the Course and User of the Alert.
Additional context
Probably the easiest way to handle this would be to add some metadata to the hidden text that gets appended to Alert emails. (See app/views/untrained_students_alert_mailer/email.html.haml for example.)
The text was updated successfully, but these errors were encountered:
@vyas-giri this one will be somewhat difficult to reproduce without setting up a similar-to-production server that can handle email. Someone with access to our staging server will probably need to handle it.
What is happening?
When an alert such as an
ArticlesForDeletionAlert
gets generated, the Alert record associates it with the relevant Course, and then sends an email to the Wiki Education staff member supporting that course, and that email gets forwarded back to the Dashboard to become a Ticket. However, the Ticket does not recapture the connection to the specific Alert or Course records (except in the subject and body of the ticket message).Thus, searching for tickets associated with a particular course will miss many tickets that are treated as 'Course Unknown' because they started via Alert emails.
Expected behavior
When any kinds of Alert email ends up as a Ticket, the Ticket should connect to the Course and User of the Alert.
Additional context
Probably the easiest way to handle this would be to add some metadata to the hidden text that gets appended to Alert emails. (See
app/views/untrained_students_alert_mailer/email.html.haml
for example.)The text was updated successfully, but these errors were encountered: