我正在使用 VersionOne Python SDK,并且想知道某个项目(范围)中的故事名称我有项目(范围)ID 和名称,使用这个项目 ID 和名称如何获取故事 ID 和名称?
v1 = V1Meta()
for scopeobj in v1.Scope.select('ID','Name').where(Name='Work Management'): print scopeobj.ID # this print the scpe ID
我正在使用 VersionOne Python SDK,并且想知道某个项目(范围)中的故事名称我有项目(范围)ID 和名称,使用这个项目 ID 和名称如何获取故事 ID 和名称?
v1 = V1Meta()
for scopeobj in v1.Scope.select('ID','Name').where(Name='Work Management'): print scopeobj.ID # this print the scpe ID