在 Azure Boards 中,如何查询具有仍在进行中的子项的已完成工作项?
In Azure Boards, how to query Completed work items with children that are still In Progress?
请注意,我的问题使用的是通用 State Categories,而不是国家。
例如,结果应包括状态为已关闭但具有未关闭或未删除的任何子工作项的用户故事。
它应该包括已关闭但具有新用户故事的功能。
以及更多场景。
我希望能够识别父工作项的潜在错误状态。
移动到关闭状态类别将更新“关闭日期”字段,否则将为空。您可以设置一个“工作项和直接链接”查询,该查询具有符合您期望条件的父项和子项过滤器。
我们在查询编辑器中没有 build-in 过滤器状态类别。换句话说,您必须将多个状态用作单个状态过滤器。
You can use In to search for any value in a delimited set. Separate
values with the list separator that corresponds to the regional
settings that are defined for your client computer. For example, you
might use a comma(,).More details here.
使用过滤器选项:仅 return 个匹配 link 的项目 Return 已选择 link 类型:子代表父子关系。
供您参考的示例查询:
请注意,我的问题使用的是通用 State Categories,而不是国家。
例如,结果应包括状态为已关闭但具有未关闭或未删除的任何子工作项的用户故事。 它应该包括已关闭但具有新用户故事的功能。 以及更多场景。
我希望能够识别父工作项的潜在错误状态。
移动到关闭状态类别将更新“关闭日期”字段,否则将为空。您可以设置一个“工作项和直接链接”查询,该查询具有符合您期望条件的父项和子项过滤器。
我们在查询编辑器中没有 build-in 过滤器状态类别。换句话说,您必须将多个状态用作单个状态过滤器。
You can use In to search for any value in a delimited set. Separate values with the list separator that corresponds to the regional settings that are defined for your client computer. For example, you might use a comma(,).More details here.
使用过滤器选项:仅 return 个匹配 link 的项目 Return 已选择 link 类型:子代表父子关系。
供您参考的示例查询: