如何通过verison bundle获取某个项目的版本

How to get versions of a certain project via verison bundle

自从 youtrack 更新了他们的 api 许多请求已经改变,所以改变了我以前使用的版本包请求 api,很容易获得项目的版本:

https://youtrack.protei.ru/rest/admin/customfield/versionBundle/%versionName%

新请求应如下所示:

https://youtrack.protei.ru/api/admin/customFieldSettings/bundles/version?fields=name,values(id,name)

但似乎我不能使用 /%versionName% anymoe 所以我可以获得特定项目的捆绑包的唯一方法是使用 yt 数据库中的项目 ID,所以我需要发出 2 个请求而不是一个,也许在那里是一种在新 api?

中搜索特定版本包的方法

不可能只提出一个请求来实现这一点:您可以 operate with a particular versionBundle obtained from the main list or do similar things but via operating 使用项目的自定义字段。