7

我正在查看 gitlab 上的文档,但找不到按标签过滤项目的方法。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过滤列表。

由于这显然可以通过 gitlab 获得,有没有办法通过 API 请求这个?无需请求所有项目然后手动遍历它们以查看标签是否匹配?

4

1 回答 1

0

项目标签列在 project.tag_list 字段中

于 2019-05-15T06:10:25.247 回答