【问题标题】:Getting Defect severity list Pyral获取缺陷严重性列表 Pyral
【发布时间】:2018-02-26 22:37:43
【问题描述】:

Pyral 有没有办法获取不同缺陷严重程度的列表?我可以按严重性类型查询,例如:

severity=rally.get(entity='Defect', fetch=True, query=['Severity = "Serious"'])

这给出了严重性为“严重”的所有缺陷,但是除了调试之外,我如何找到所有不同的严重性类型?

【问题讨论】:

    标签: python python-3.x python-2.7 rally pyral


    【解决方案1】:

    在 GitHub 上的 pyral 存储库的“示例”文件夹中,有几个文件列出了允许的值和架构。

    允许的值:https://github.com/RallyTools/RallyRestToolkitForPython/blob/master/examples/allowedValues.py

    架构:https://github.com/RallyTools/RallyRestToolkitForPython/blob/master/examples/get_schema.py

    您也可以使用 Agile Central Web Services API 文档来查看所有信息。

    https://rally1.rallydev.com/slm/doc/webservice/

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-10-29
      • 1970-01-01
      • 2021-03-19
      • 1970-01-01
      相关资源
      最近更新 更多