如何使用 CAAC/Rally API 检索自动测试用例结果



我在REST中使用此URL:

https://rally1.rallydev.com/slm/webservice/v2.0/testcases?query=((Project.Name = "团队 2 - 海洋变更管理") AND (方法 = "自动化"))fetch=type,formattedId,Method,Owner

它抛出此错误:

{
  "QueryResult": {
    "_rallyAPIMajor": "2",
    "_rallyAPIMinor": "0",
    "Errors": [
      "Could not parse: Cannot parse expression "((Project.Name = "Team 2 - OCEANS Change Management") AND (Method = "Automated"))fetch=type,formattedId,Method,Owner" as a query"
    ],
    "Warnings": [],
    "TotalResultCount": 0,
    "StartIndex": 0,
    "PageSize": 0,
    "Results": []
  }
}

也许字符串"fetch"应该是"&fetch"?

相关内容

最新更新