Skip to content

Delete issue email participant when someone unsubs

Rajendra Kadam requested to merge 383160-service-desk-unsubscribe-email into master

What does this MR do and why?

We clear the entry in IssueEmailParticipant when someone clicks on the unsubscribe link in the thank you email for ServiceDesk.

This was not done before and was misleading on the UI when it said You are unsubscribed from this thread.

Screenshots or screen recordings

NA

How to set up and validate locally

  1. Follow the steps mentioned in the parent issue to reproduce the mentioned bug.
  2. Click on the unsubscribe link.
  3. Check the entry in IssueEmailParticipant for the given email and issue id does not exist anymore.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #383160 (closed)

Edited by Rajendra Kadam

Merge request reports