简体   繁体   中英

Azure Devops Query to find Daily hours spent on Work item

I have to find out time spend by a resource on a Task.

let say,

  • There are 3 Task (Task-A,Task-B,Task-C)
  • There are 3 User (User-A,User-B,User-C)
  • All the Task have Original estimate of 8 hours
  • on Day 1 All the User have work 2 hours on their respective tasks

So I should get a result of 2

I am using Azure Work Item query to calculate and display the results.

在此处输入图像描述

I am not understanding what should be done to calculate the daily work done on a task.

Azure Devops Query to find Daily hours spent on Work item

AFAIK, Azure devops does not focus on micromanaging and focus on low value metrics.

So, Azure devops doesn't track the time spent on a per day basis. It keeps track of the total time spent. If you want a per person per day value, you'll have to go through the iterations/workitem history and calculate the running difference.

If you really looking for a TimeReporting for the work items of per person, I suggest that you take a look at a third party yool like Timetracker:

Timetracker

New to version 5.0.! Individual , team, and custom reports powered by version 3 of the REST-based reporting API. 7+ customizable widget types that let you see data that you need, how you need it. In addition to the six default reports in Reporting, users can create custom reports for individuals or teams.

Hope this helps.

For this issue , you can add Completed Work and Remaining work column to the query.This can show the hours the tasks has spent and remaining work hours in the query. Based on these two fields, you can calculate the daily hours spent on work item.

在此处输入图片说明

在此处输入图片说明

You can Analinics Views and Power BI . For example, you can add your custom view:

在此处输入图像描述

Then use it in Power BI:

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM