The reload method in our callback was refreshing the object and hence the saved_change_to_assignee_id? Method wasn't working in the following callbacks. This impacted the listeners subscribing to the event `ASSIGNEE_CHANGE`, `TEAM_CHANGE` etc
- Ensures that the assignee is added as a participant during auto-assign
- Enables Capacity Config in UI - Rewrite auto assignment Logic to consider only online agents fixes: #4990