使用 Rally API 如何找到用户具有写入权限的所有项目?

Using Rally API how to find all the projects for which the user has write access?

我对 Rally 中的几个项目有写入权限。但我需要使用 Rally API 找出整个列表。有什么办法吗?

我试图找到提到的 UserPermissions here using the link - https://rally1.rallydev.com/slm/webservice/v2.0/user/ObjectID/UserPermissions

但是那并没有显示出任何有用的数据。

P.S。我不是 Rally 管理员

要查找用户的项目权限,您可以使用 ProjectPermission 端点:

https://rally1.rallydev.com/slm/webservice/v2.0/projectpermission?fetch=Role,Workspace,Project