为了唯一地识别Rally中的用户,我们希望更新用户的Display字段,以便能够识别两个同名的人。
e.g. John D(johnd@test.com)
John G(johng@test.com)
尝试在下面的代码片段中获取所有用户的Rally,然后将使用update()或post()方法更改上述格式中的displyname。
import sys
from pyral import Rally, rallyWorkset
options = [arg for arg in sys.argv[1:] if arg.startswith('--')]
args