queryWorkItems@0 - 查询工作项 v0 任务

在发布管道的 无代理 作业中使用此任务,以确保工作项查询返回的匹配项数在配置的阈值内。

只能在发布管道的 无代理 作业中使用。

语法

# Query work items v0
# Execute a work item query and check the number of items returned.
- task: queryWorkItems@0
  inputs:
    queryId: # string. Required. Query. 
    maxThreshold: '0' # string. Required. Upper threshold. Default: 0.
  # Advanced
    minThreshold: '0' # string. Required. Lower threshold. Default: 0.
# Query Work Items v0
# Executes a work item query and checks for the number of items returned.
- task: queryWorkItems@0
  inputs:
    queryId: # string. Required. Query. 
    maxThreshold: '0' # string. Required. Upper threshold. Default: 0.
  # Advanced
    minThreshold: '0' # string. Required. Lower threshold. Default: 0.

输入

queryId - Query
string. 必需。

指定要在当前项目中执行的工作项查询。 可以是内置查询或自定义查询。


maxThreshold - 阈值上限
string. 必需。 默认值:0

指定查询中匹配工作项的最大数目。


minThreshold - 较低的阈值
string. 必需。 默认值:0

指定查询中匹配的工作项的最小数目。


任务控件选项

除任务输入外,所有任务都有控制选项。 有关详细信息,请参阅 控制选项和常见任务属性

输出变量

无。

备注

在发布管道的 无代理作业 中使用此任务,以确保工作项查询返回的匹配项数在配置的阈值内。

注意

此任务只能在发布管道的 无代理作业 中使用。

如果 _minimum-threshold_<=_#-matching-workitems_<=_maximum-threshold_,则此任务成功。

有关使用此任务的详细信息,请参阅 审批和入口概述

要求

要求 说明
管道类型 YAML、经典版本、经典版本
运行平台 Server、ServerGate
需求
功能 此任务不满足作业中后续任务的任何要求。
命令限制 Any
可设置变量 Any
代理版本 所有支持的代理版本。
任务类别 实用工具