你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az boards

注意

此参考是 Azure CLI(版本 2.30.0 或更高版本)的 azure-devops 扩展的一部分。 该扩展将在首次运行 az boards 命令时自动安装。 详细了解扩展。

管理 Azure Boards。

此命令组是 azure-devops 扩展的一部分。

命令

名称 说明 类型 状态
az boards area

管理区域路径。

扩展 GA
az boards area project

管理项目的区域。

扩展 GA
az boards area project create

创建区域。

分机 GA
az boards area project delete

删除区域。

扩展 GA
az boards area project list

列出项目的区域。

分机 GA
az boards area project show

显示项目的区域详细信息。

扩展 GA
az boards area project update

更新区域。

分机 GA
az boards area team

管理团队的区域。

分机 GA
az boards area team add

向团队添加区域。

扩展 GA
az boards area team list

列出团队的区域。

分机 GA
az boards area team remove

从团队中删除区域。

扩展 GA
az boards area team update

更新团队区域。

扩展 GA
az boards iteration

管理迭代。

分机 GA
az boards iteration project

管理项目的迭代。

扩展 GA
az boards iteration project create

创建迭代。

分机 GA
az boards iteration project delete

删除迭代。

分机 GA
az boards iteration project list

列出项目的迭代。

扩展 GA
az boards iteration project show

显示项目的迭代详细信息。

分机 GA
az boards iteration project update

更新项目迭代。

分机 GA
az boards iteration team

管理团队的迭代。

扩展 GA
az boards iteration team add

向团队添加迭代。

分机 GA
az boards iteration team list

列出团队的迭代。

扩展 GA
az boards iteration team list-work-items

列出迭代的工作项。

分机 GA
az boards iteration team remove

从团队中删除迭代。

分机 GA
az boards iteration team set-backlog-iteration

为团队设置积压工作迭代。

分机 GA
az boards iteration team set-default-iteration

为团队设置默认迭代。

扩展 GA
az boards iteration team show-backlog-iteration

显示团队积压工作迭代。

分机 GA
az boards iteration team show-default-iteration

显示团队的默认迭代。

分机 GA
az boards query

查询工作项列表。

分机 GA
az boards work-item

管理工作项。

扩展 GA
az boards work-item create

创建工作项。

分机 GA
az boards work-item delete

删除工作项。

分机 GA
az boards work-item relation

管理工作项关系。

分机 GA
az boards work-item relation add

将 relation(s) 添加到工作项。

分机 GA
az boards work-item relation list-type

列出组织中支持的工作项关系。

扩展 GA
az boards work-item relation remove

从工作项中删除关系。

分机 GA
az boards work-item relation show

获取工作项,用友好名称填充关系。

分机 GA
az boards work-item show

显示工作项的详细信息。

分机 GA
az boards work-item update

更新工作项。

分机 GA

az boards query

查询工作项列表。

仅支持平面查询。

az boards query [--detect {false, true}]
                [--id]
                [--org]
                [--path]
                [--project]
                [--wiql]

可选参数

--detect

自动检测组织。

接受的值: false, true
--id

现有查询的 ID。 除非指定了 --path 或 --wiql,否则是必需的。

--org --organization

Azure DevOps 组织 URL。 可以使用 az devops configure -d organization=ORG_URL 配置默认组织。 如果未配置为默认或未通过 git 配置选取,则为必需。示例:https://dev.azure.com/MyOrganizationName/

--path

现有查询的路径。 如果指定了 --id,则忽略。

--project -p

项目的名称或 ID。 可以使用 az devops configure -d project=NAME_OR_ID 配置默认项目。 如果未配置为默认或通过 git 配置进行选取,则为必需。

--wiql

工作项查询语言格式的查询。 如果指定了 --id 或 --path,则忽略。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。