I am using the VersionOne Python SDK, and want to know the story names inside a certain project (Scope) i have the project (Scope) id and name , Using this project ID and name how to get the Story ID and Name?
v1 = V1Meta()
for scopeobj in v1.Scope.select('ID','Name').where(Name='Work Management'): print scopeobj.ID # this print the scpe ID