Security Incident Response Tasks are auto-assigningIssue Response Tasks are automatically filling out the Assigned to field when the State field is set to ReadyResolutionThis is happening due to the invocation of the business rule 'Apply dispatch method' which is a platform Business Rule and is not part of SIR application and 'sn_si_task' is just extending the platform table 'sm_task'.After some debugging, we found out that 'getDispatchMethod' method which is part of Platform layer seems to be getting the dispatch method type from the SM configuration record for security incident.When changing the "Task assignment method" to Manual, it will not assign automatically.