【发布时间】:2020-02-20 21:49:51
【问题描述】:
我试图在 Python 中区分 IterationPath 字段的所有可能性,但我无法获得此类数据。我尝试使用 UNNEST 来获取它所在的数组,但没有成功。谁能帮我解决这个问题?
query_wiql = Wiql(query="""\
SELECT distinct [System.IterationPath] FROM workitems
""")
【问题讨论】:
标签: azure-devops azure-devops-rest-api