-
Bug
-
Resolution: Unresolved
-
Minor
The url encoded string doesnt work with powershell plugin. Gitlap api need project name in url encoded format. https://docs.gitlab.com/ee/api/README.html#namespaced-path-encoding
powershell '''
curl "https://gitlab.com/group%2fprojectname"
'''
above script always return 404 even thought path is correctly encoded and exists.