Universal request ticket transfer is not working as expected. Issue 1. Submit a HR case that has UR attached2. Impersonate the assigned to user3. Click transfer4. Transfer as IS incidentExpected result: => New incident is createdActual result:=> receiving error - You do not have access to task <task_num>ReleaseQuebecCauseReason - The issue is happening because of removal of HR admin role from "admin". In Quebec, UR's "Transfer Ticket" Subflow checks for a .canWrite() access on destination department ticket. This check is in place to avoid any random user being able to create a department ticket by triggering the flow manually. However, as per the updates from Platform team, Run As System user is internally evaluating ACLs for admin. So this .canWrite() check is failing for System user, in the case when admin role does not have write access on destination department ticket and hence an error is seen.Resolution Workaround- If you are only using "Transfer to Universal Request" (sn_uni_req.transfer_type = universal_request), then change the Run As User of the "Transfer Ticket" Subflow from "System User" to "User who initiates session"