pyral get函数不会返回任何结果

时间:2018-01-09 22:04:12

标签: python rally pyral

我安装了pyral并尝试从Rally检索票证,但没有返回任何结果。这种情况发生在Windows和Linux以及Python 2和3中。

>>> import pyral
>>> r = pyral.Rally(apikey=apikey, project=projname)
>>> r.get("UserStory", fetch=True, query='FormattedID = "{}"'.format(ID))
200 QueryResult TotalResultCount: 0  Results: []

1 个答案:

答案 0 :(得分:0)

通过将pyral从1.4.0降级到1.2.3来解决问题。它可以在https://pypi.python.org/pypi/pyral/1.2.3下载。这解决了Windows和Linux以及Python 2和Python 3上的问题。

>>> import pyral
>>> r = pyral.Rally(apikey=apikey, project=projname)
>>> r.get("UserStory", fetch=True, query='FormattedID = "{}"'.format(ID))
HierarchicalRequirement result set, totalResultSetSize: 1, startIndex: 1  pageSize: 200  current Index: 0