aliozgur / SeqApps

MIT License
7 stars 5 forks source link

Gitlab Search API #6

Closed netclectic closed 3 years ago

netclectic commented 7 years ago

It seems the projects search endpoint in the v4 API has changed from /projects/search to /projects?search=, see: https://docs.gitlab.com/ee/api/projects.html#search-for-projects-by-name

Also, if you have multiple projects named like:

search for projectName will return multiple results which can result in the issue being logged against the wrong project.

It makes more sense to use the 'get single project' endpoint with the project path: https://docs.gitlab.com/ee/api/projects.html#get-single-project