如何让用户关联到 Rally 中的项目 [英] How to get Users associated to a Project in Rally

查看:46
本文介绍了如何让用户关联到 Rally 中的项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

现在,当我们使用 -https://Rally_Domain/获取项目详细信息时slm/webservice/v2.0/project/Project_Object_id 但响应没有关于与该项目关联的用户列表的任何信息

Right now when we are fetching the project details using -https://Rally_Domain/slm/webservice/v2.0/project/Project_Object_id but Response doesn't have any info about list of users associated to that project

推荐答案

当然,您可以查询作用域为该项目的 ProjectPermission 端点.

Sure, you can query the ProjectPermission endpoint scoped to that Project.

https://rally1.rallydev.com/slm/webservice/v2.0/projectpermission?query=(Project = /project/120971608896)&fetch=User,Role

如果您只寻找观看者,您还可以按角色添加过滤器.

You can also include a filter by role if you're looking for just viewers.

https://rally1.rallydev.com/slm/webservice/v2.0/projectpermission?query=((Project = /project/120971608896) AND (Role = "Project Viewer"))&fetch=User

这篇关于如何让用户关联到 Rally 中的项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆