From dea6e47edcbcab045053fa4190a862a8656fb6b2 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Mon, 2 Sep 2024 12:16:53 +0100 Subject: [PATCH] Add work items per type and state counter sensors to Azure DevOps (#33283) --- source/_integrations/azure_devops.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/azure_devops.markdown b/source/_integrations/azure_devops.markdown index 39013b176e7..114004d3be2 100644 --- a/source/_integrations/azure_devops.markdown +++ b/source/_integrations/azure_devops.markdown @@ -33,4 +33,5 @@ This integration provides a sensor for Azure DevOps: - Latest build queue time - How long the latest build was queued. - Latest build start time - The time when the latest build actually started. - Latest build finish time - The time when the latest build finished. -- Latest build URL - The URL to the latest build. +- Latest build URL - The URL to the latest build. +- Work item count - The number of work items for each work item type and state in the project.