无法为多下拉字段添加集合,字段是多值下拉并且可修改 = 是。
错误:
文件“/usr/local/lib/python3.6/site-packages/pyral/restapi.py”,第 1206 行,在 addCollectionItems target_type = target._type AttributeError: 'RallyRESTResponse' 对象没有属性 '_type'
代码:
c_VerifiedinEnvironment = [{'_ref': '/AllowedAttributeValue/Dev01'}]
defect = rally.get('Defect','DE47147')
rally.addCollectionItems(defect, c_VerifiedinEnvironment)
拉力赛新手!任何帮助,将不胜感激。