Sidekiq job to transfer group to organization
Create a new sidekiq job to initiate a group transfer into a new organization. The Sidekiq job will call the Organizations::Groups::TransferService created in #431557 (closed).
Organizations::Groups::TransferService.new(group: group, new_organization: organization, current_user: current_user).execute
Edited by 🤖 GitLab Bot 🤖