我安装了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: []
答案 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