Pass alert bot user when creaeting incidents
Previously, we passed `nil` as `current_user` to `IncidentManagement::CreateIssueService.new` and used `issue_author`. After this commit we pass `User.alert_bot` explicitly and utilize `current_user` in the service as usual.
Showing
Please register or sign in to comment