Skip to content

Use slugs for default project path and sanitize names before import

Stan Hu requested to merge sh-sanitize-project-import-names into master

Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub often complained about getting failed imports due to 422 errors. This change ensures that project names are imported with names that are guaranteed to pass the regular expression validation.

Part of #50021 (moved)

Edited by Stan Hu

Merge request reports