使用 Power Automate 更新 Azure DevOps 查询
原文英文,约1000词,阅读约需4分钟。发表于: 。In this blog post, I’ll explain how to set up automation to automatically update Azure DevOps (ADO) queries. Using an automated Power Automate flow, you save time by not having to manually update...
本文介绍如何使用Power Automate自动更新Azure DevOps(ADO)查询,节省手动更新每个迭代的查询的时间。流程设置为在每个月的第一天自动运行,使用数组循环遍历迭代文件夹,然后使用另一个循环来遍历每个查询以确定是否需要更新它。更新查询涉及更改查询的Wiql值中的迭代号。最后,使用Send an HTTP request to Azure DevOps操作更新相关查询的Wiql值。