Skip to content

Fix problem with API Transfer Project

gitlab-qa-bot requested to merge github/fork/sazor/master into master

Created by: sazor

I had issues while trying to transfer project to group through api. So I found out that method execute use new_namespace_id param instead of namespace_id. But in API method's called with namespace_id param.

Merge request reports