1

Our workspace has created a new project which we wish to add all of our 1,000+ users to. This seems most easily done via a script interfacing with the API, rather than making the edits by hand, since Rally doesn't seem to offer a batch update function for user permissions. My question is, are user permissions even editable via the API? I've made changes to user records in the past, but not their permissions.

For context, I'm using Pyral to interface with the WSAPI.

Thanks!

4

1 回答 1

0

您绝对可以通过 WSAPI 批处理脚本用户权限。

虽然它不是用 Python 编写的,但有一组开源的 Ruby 脚本工具可以做到这一点:

https://github.com/RallyTools/Rally-User-Management

您可能想检查一下 - 如果没有别的,用户管理脚本可以提供关于如何在 pyral 中完成某些用户更新/编辑的良好提示。显然,pyral 机制与 Rally-User-Management 使用的 Ruby rally_api 中的机制不同。

于 2013-05-02T17:12:38.140 回答