6

I was looking through the documentation on gitlab and couldn't find a way to filter out projects by tags. I do notice that if you go to the dashboard, then "Explore Projects", then "All", at the side "tags" appears which is a dropdown menu populated by all tags in the database, and when selecting one it allows you to filter the list.

As this is evidently available via gitlab, is there a way to request this via the API? Without the need to request all projects then manually iterate through them all to see if the tags match?

1 Answers1

0

project tags are listed in the project.tag_list field

hansel ke
  • 21
  • 5